mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-09 22:10:02 +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
|
daemon_reload: true
|
||||||
enabled: false
|
enabled: false
|
||||||
state: stopped
|
state: stopped
|
||||||
|
ignore_errors: true # Might fail when the job is not present
|
||||||
when: not docker_compose_add_cleanjob
|
when: not docker_compose_add_cleanjob
|
||||||
|
|
||||||
- name: Uninstall docker-clean components
|
- name: Uninstall docker-clean components
|
||||||
|
|
Loading…
Reference in a new issue