mirror of
https://github.com/nikdoof/ansible-borgmatic.git
synced 2025-12-13 10:52:19 +00:00
Fix package uninstall
This commit is contained in:
@@ -20,6 +20,8 @@
|
|||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: borgmatic
|
name: borgmatic
|
||||||
state: absent
|
state: absent
|
||||||
|
when:
|
||||||
|
- not (borgmatic_install_from_pip | default(false))
|
||||||
|
|
||||||
- name: Remove borgmatic configuration directory
|
- name: Remove borgmatic configuration directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|||||||
Reference in New Issue
Block a user