Fix package uninstall

This commit is contained in:
2025-10-12 16:03:51 +01:00
parent 2d657da73d
commit 19167bcce0

View File

@@ -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: