mirror of
https://github.com/nikdoof/ansible-borgmatic.git
synced 2025-12-13 10:52:19 +00:00
Don't fail if the timer doesnt exist
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
name: borgmatic.timer
|
name: borgmatic.timer
|
||||||
enabled: false
|
enabled: false
|
||||||
state: stopped
|
state: stopped
|
||||||
|
failed_when: false
|
||||||
|
|
||||||
- name: Remove borgmatic systemd units
|
- name: Remove borgmatic systemd units
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|||||||
Reference in New Issue
Block a user