mirror of
https://github.com/nikdoof/ansible-borgmatic.git
synced 2025-12-11 09:52:18 +00:00
Compare commits
4 Commits
0b81b9dd9d
...
1f82fe0979
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f82fe0979 | ||
|
90994a827d
|
|||
|
19167bcce0
|
|||
|
2d657da73d
|
2
.github/workflows/lint-pulls.yaml
vendored
2
.github/workflows/lint-pulls.yaml
vendored
@@ -5,7 +5,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Lint Ansible Playbook
|
- name: Lint Ansible Playbook
|
||||||
uses: ansible/ansible-lint-action@main
|
uses: ansible/ansible-lint-action@main
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: borgmatic.timer
|
name: borgmatic.timer
|
||||||
enabled: false
|
enabled: false
|
||||||
masked: true
|
|
||||||
state: stopped
|
state: stopped
|
||||||
|
failed_when: false
|
||||||
|
|
||||||
- name: Remove borgmatic systemd units
|
- name: Remove borgmatic systemd units
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
@@ -21,6 +21,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