From 5cc2d49177f94a0a8ae2dbec49922a19a4e82e61 Mon Sep 17 00:00:00 2001 From: donotos <37663674+donotos@users.noreply.github.com> Date: Mon, 28 Mar 2022 18:46:46 +0200 Subject: [PATCH] Revert "Update docker_app_update.yml" This reverts commit c8d1f9f6484538ade818bafe85ebfe300266738f. --- docker_app_update.yml | 6 ------ 1 file changed, 6 deletions(-) mode change 100755 => 100644 docker_app_update.yml diff --git a/docker_app_update.yml b/docker_app_update.yml old mode 100755 new mode 100644 index 662037c..1a01118 --- a/docker_app_update.yml +++ b/docker_app_update.yml @@ -20,12 +20,6 @@ update_cache: yes upgrade: yes - - name: On execute le script "preupdate.sh" - shell: - chdir: "{{ git_dest }}/{{ app_name }}" - cmd: "bash {{ git_dest }}/{{ app_name }}/preupdate.sh" - when: stat_result.stat.exists - - name: On execute la commande "docker-compose pull" shell: chdir: "{{ git_dest }}/{{ app_name }}"