Stop always restarting whoami
whoami never sets `config_file`, so it's shadowed by whatever set it before
This commit is contained in:
parent
1413efdd19
commit
63d156c0a0
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@
|
|||
shell:
|
||||
chdir: /opt/whoami
|
||||
cmd: "{{ docker_update_command }}"
|
||||
when: compose_file.changed or config_file.changed
|
||||
when: compose_file.changed
|
||||
|
|
Loading…
Reference in a new issue