This commit is contained in:
parent
664b9115b8
commit
f887de25c5
2 changed files with 4 additions and 2 deletions
|
|
@ -1 +1,3 @@
|
||||||
|
docker_compose__build: always
|
||||||
docker_compose__configuration_files: [ ]
|
docker_compose__configuration_files: [ ]
|
||||||
|
docker_compose__pull: always
|
||||||
|
|
|
||||||
|
|
@ -79,8 +79,8 @@
|
||||||
community.docker.docker_compose_v2:
|
community.docker.docker_compose_v2:
|
||||||
project_src: /ansible_docker_compose
|
project_src: /ansible_docker_compose
|
||||||
state: present
|
state: present
|
||||||
build: always
|
build: "{{ docker_compose__build }}"
|
||||||
pull: always
|
pull: "{{ docker_compose__pull }}"
|
||||||
remove_orphans: true
|
remove_orphans: true
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue