Add backup path in vars

This commit is contained in:
2024-02-10 12:17:06 +01:00
parent 198f7648d2
commit 46c3bd9258
2 changed files with 2 additions and 3 deletions

View File

@ -4,6 +4,7 @@
vars:
borg.repo.path: /var/backup/backup.borg/
borg.repo.encryption: none
borg.backup.paths: /etc/ /var/spool/ --exclude=*.log
tasks:
- name: "Install borg backup"
apt: