Test and dependency fixes (#153)

This commit is contained in:
Manu
2024-10-18 11:35:39 +01:00
committed by GitHub
parent ad163fec68
commit c8a295aa26
10 changed files with 55 additions and 30 deletions

View File

@@ -46,4 +46,6 @@ borgmatic_version: ">=1.7.11"
borg_venv_path: "/opt/borgmatic"
borg_user: "root"
borg_group: "root"
backup_user_info:
home: "/home/{{ borg_user }}"
...