Skip to content

Commit

Permalink
Set default minimum borgmatic version to match config format (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Apr 26, 2023
1 parent 7efeb1b commit 07c8536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ansible
ansible-lint
molecule[lint,docker]
molecule
molecule-plugins[docker]

0 comments on commit 07c8536

Please sign in to comment.