mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-04 19:13:30 +01:00
Merge pull request #113 from roles-ansible/DO1JLR-patch-1
update restic to 0.16.3
This commit is contained in:
commit
64ce64c665
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
restic_url: '{{ restic_url_default }}'
|
||||
restic_version: '0.16.1'
|
||||
restic_version: '0.16.3'
|
||||
restic_download_path: '/opt/restic'
|
||||
restic_install_path: '/usr/local/bin'
|
||||
restic_script_dir: '/opt/restic'
|
||||
|
|
|
@ -10,5 +10,5 @@ restic_os_variables:
|
|||
paths:
|
||||
- 'vars'
|
||||
|
||||
playbook_version_number: 27 # should be int
|
||||
playbook_version_number: 28 # should be int
|
||||
playbook_version_path: 'do1jlr.restic.version'
|
||||
|
|
Loading…
Reference in a new issue