Stop always restarting whoami

whoami never sets `config_file`, so it's shadowed by whatever set it before
This commit is contained in:
Jake Howard 2021-02-27 22:09:24 +00:00
parent 1413efdd19
commit 63d156c0a0
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -20,4 +20,4 @@
shell:
chdir: /opt/whoami
cmd: "{{ docker_update_command }}"
when: compose_file.changed or config_file.changed
when: compose_file.changed