mirror of
https://github.com/nikdoof/ansible-borgmatic.git
synced 2025-12-13 10:52:19 +00:00
Compare commits
1 Commits
1f82fe0979
...
0b81b9dd9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b81b9dd9d |
@@ -3,8 +3,8 @@
|
||||
ansible.builtin.systemd:
|
||||
name: borgmatic.timer
|
||||
enabled: false
|
||||
masked: true
|
||||
state: stopped
|
||||
failed_when: false
|
||||
|
||||
- name: Remove borgmatic systemd units
|
||||
ansible.builtin.file:
|
||||
@@ -21,8 +21,6 @@
|
||||
ansible.builtin.package:
|
||||
name: borgmatic
|
||||
state: absent
|
||||
when:
|
||||
- not (borgmatic_install_from_pip | default(false))
|
||||
|
||||
- name: Remove borgmatic configuration directory
|
||||
ansible.builtin.file:
|
||||
|
||||
Reference in New Issue
Block a user