Set default minimum borgmatic version to match config format (#127)
This commit is contained in:
parent
7efeb1be5e
commit
07c853663c
@ -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"
|
||||
|
@ -1,3 +1,4 @@
|
||||
ansible
|
||||
ansible-lint
|
||||
molecule[lint,docker]
|
||||
molecule
|
||||
molecule-plugins[docker]
|
||||
|
Loading…
Reference in New Issue
Block a user