Allow profile selection by setting docker_profiles
This commit is contained in:
@ -10,4 +10,7 @@
|
||||
recreate: smart
|
||||
build: true
|
||||
remove_orphans: true
|
||||
profiles: docker_profiles
|
||||
when: (compose_files.changed and execute == "smart") or execute == "always"
|
||||
|
||||
# vim: ft=yaml.ansible
|
||||
|
@ -10,5 +10,6 @@
|
||||
restarted: true
|
||||
recreate: smart
|
||||
build: false
|
||||
profiles: docker_profiles
|
||||
remove_orphans: true
|
||||
when: (compose_files.changed and execute == "smart") or execute == "always"
|
||||
|
Reference in New Issue
Block a user