WIP: backups with borg and borgmatic #39

Manually merged
jeltz merged 45 commits from backups into master 2024-07-01 01:55:28 +02:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit f0f56ecd3f - Show all commits

View file

@ -2,9 +2,11 @@ skip_list:
- no-changed-when - no-changed-when
- load-failure - load-failure
- document-start - document-start
- package-latest
warn_list: warn_list:
- experimental # all rules tagged as experimental - experimental # all rules tagged as experimental
exclude_paths: exclude_paths:
- group_vars/all/vault.yml - group_vars/all/vault.yml
- utils/

View file

@ -2,7 +2,7 @@
- name: Remove cached motd - name: Remove cached motd
become: true become: true
file: file:
path: "{{ item }}" path: "{{ item }}"
state: absent state: absent
loop: loop:
- /var/run/motd.dynamic - /var/run/motd.dynamic