Revert "Update docker_app_update.yml"

This reverts commit c8d1f9f648.
This commit is contained in:
donotos
2022-03-28 18:46:46 +02:00
parent c8d1f9f648
commit 5cc2d49177

6
docker_app_update.yml Executable file → Normal file
View File

@@ -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 }}"