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
|
update_cache: yes
|
||||||
upgrade: 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"
|
- name: On execute la commande "docker-compose pull"
|
||||||
shell:
|
shell:
|
||||||
chdir: "{{ git_dest }}/{{ app_name }}"
|
chdir: "{{ git_dest }}/{{ app_name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user