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

pull/129/head
Manu 1 year ago committed by GitHub
parent 7efeb1be5e
commit 07c853663c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      defaults/main.yml
  2. 3
      requirements-dev.txt

@ -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…
Cancel
Save