increase to restic 1.15.1

This commit is contained in:
L3D 2023-02-20 02:32:42 +01:00
parent 9cfe610337
commit ef008b3a52
No known key found for this signature in database
GPG key ID: CD08445BFF4313D1
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ ansible-galaxy install do1jlr.restic
| Name | Default | Description |
| ---------------------- | ----------------------------------- | --------------------------------------------------------------------------- |
| `restic_url` | `undefined` | The URL to download restic from. Use this variable to overwrite the default |
| `restic_version` | `'0.12.1'` | The version of Restic to install |
| `restic_version` | `'0.15.1'` | The version of Restic to install |
| `restic_download_path` | `'/opt/restic'` | Download location for the restic binary |
| `restic_install_path` | `'/usr/local/bin'` | Install location for the restic binary |
| `restic_script_dir` | `'/opt/restic'` | Location of the generated backup scripts |

View file

@ -1,6 +1,6 @@
---
restic_url: '{{ restic_url_default }}'
restic_version: '0.12.1'
restic_version: '0.15.1'
restic_download_path: '/opt/restic'
restic_install_path: '/usr/local/bin'
restic_script_dir: '/opt/restic'

View file

@ -10,5 +10,5 @@ restic_os_variables:
paths:
- 'vars'
playbook_version_number: 26 # should be int
playbook_version_number: 27 # should be int
playbook_version_path: 'do1jlr.restic.version'