6
docker_app_update.yml
Executable file → Normal file
6
docker_app_update.yml
Executable file → Normal 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 }}"
|
||||
|
||||
Reference in New Issue
Block a user