Compare commits

...

4 Commits

Author SHA1 Message Date
renovate[bot]
1f82fe0979 Update actions/checkout action to v5 2025-11-10 20:51:22 +00:00
90994a827d Don't fail if the timer doesnt exist 2025-10-12 16:05:14 +01:00
19167bcce0 Fix package uninstall 2025-10-12 16:03:51 +01:00
2d657da73d Don't mask the timer 2025-10-12 16:02:06 +01:00
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@main

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,6 +21,8 @@
ansible.builtin.package:
name: borgmatic
state: absent
when:
- not (borgmatic_install_from_pip | default(false))
- name: Remove borgmatic configuration directory
ansible.builtin.file: