fixup! Migrate to docker_compose_v2
This commit is contained in:
parent
6aba26a67c
commit
4acf0493f2
@ -8,7 +8,7 @@
|
|||||||
state: present
|
state: present
|
||||||
restarted: false
|
restarted: false
|
||||||
recreate: smart
|
recreate: smart
|
||||||
build: true
|
build: "always"
|
||||||
remove_orphans: true
|
remove_orphans: true
|
||||||
profiles: docker_profiles
|
profiles: docker_profiles
|
||||||
when: (compose_files.changed and execute == "smart") or execute == "always"
|
when: (compose_files.changed and execute == "smart") or execute == "always"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
state: present
|
state: present
|
||||||
restarted: true
|
restarted: true
|
||||||
recreate: smart
|
recreate: smart
|
||||||
build: false
|
build: "never"
|
||||||
profiles: docker_profiles
|
profiles: docker_profiles
|
||||||
remove_orphans: true
|
remove_orphans: true
|
||||||
when: (compose_files.changed and execute == "smart") or execute == "always"
|
when: (compose_files.changed and execute == "smart") or execute == "always"
|
||||||
|
Loading…
Reference in New Issue
Block a user