parent
4e651bca25
commit
2edb3443d6
4 changed files with 9 additions and 0 deletions
|
@ -4,3 +4,9 @@
|
|||
chdir: /ansible_docker_compose
|
||||
become: true
|
||||
changed_when: true # This is always changed.
|
||||
- name: docker compose reload script
|
||||
ansible.builtin.command:
|
||||
cmd: /usr/bin/docker compose {{ docker_compose__restart_cmd }}
|
||||
chdir: /ansible_docker_compose
|
||||
become: true
|
||||
when: docker_compose__restart_cmd != ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue