Set default minimum borgmatic version to match config format (#127)

This commit is contained in:
Manu 2023-04-26 20:34:53 +01:00 committed by GitHub
parent 7efeb1be5e
commit 07c853663c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,7 @@ borgmatic_check_last: 3
borgmatic_store_atime: true
borgmatic_store_ctime: true
borgmatic_relocated_repo_access_is_ok: false
borgmatic_version: false
borgmatic_version: ">=1.7.11"
borg_venv_path: "/opt/borgmatic"
borg_user: "root"

View File

@ -1,3 +1,4 @@
ansible
ansible-lint
molecule[lint,docker]
molecule
molecule-plugins[docker]