mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-08 13:39:59 +00:00
Fix: Allow disabling the clean-job timer to fail
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f0723d53f2
commit
2839818c8a
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@
|
|||
daemon_reload: true
|
||||
enabled: false
|
||||
state: stopped
|
||||
ignore_errors: true # Might fail when the job is not present
|
||||
when: not docker_compose_add_cleanjob
|
||||
|
||||
- name: Uninstall docker-clean components
|
||||
|
|
Loading…
Reference in a new issue