Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
0b81b9dd9d Update actions/checkout action to v5 2025-10-12 14:58:26 +00:00

View File

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