mirror of
https://github.com/nikdoof/ansible-borgmatic.git
synced 2025-12-11 09:52:18 +00:00
Fix package uninstall
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
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