fixup! fixup! fixup! Migrate to docker_compose_v2
This commit is contained in:
parent
6693c9b686
commit
7add9324c8
@ -6,7 +6,6 @@
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ service_dir | mandatory }}"
|
||||
state: present
|
||||
restarted: false
|
||||
recreate: "auto"
|
||||
build: "always"
|
||||
remove_orphans: true
|
||||
|
@ -5,9 +5,8 @@
|
||||
- name: Restart Service
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ service_dir | mandatory }}"
|
||||
pull: always
|
||||
state: present
|
||||
restarted: true
|
||||
pull: "policy"
|
||||
state: restarted
|
||||
recreate: "auto"
|
||||
build: "never"
|
||||
profiles: docker_profiles
|
||||
|
Loading…
Reference in New Issue
Block a user