1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic.git synced 2024-12-11 23:41:32 +01:00

New restic version 0.12.1

Restic release [0.12.1](https://github.com/restic/restic/releases/tag/v0.12.1) is available \o/
This commit is contained in:
L3D 2021-08-03 22:04:20 +02:00
parent a97812c9df
commit 1b6c55473c
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ ansible-galaxy install arillso.restic
| Name | Default | Description |
| ---------------------- | ----------------------------------- | --------------------------------------------------------------------------- |
| `restic_url` | `undefined` | The URL to download restic from. Use this variable to overwrite the default |
| `restic_version` | `'0.12.0'` | The version of Restic to install |
| `restic_version` | `'0.12.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,7 +1,7 @@
---
# defaults file for skeleton
restic_url: '{{ restic_url_default }}'
restic_version: '0.12.0'
restic_version: '0.12.1'
restic_download_path: '/opt/restic'
restic_install_path: '/usr/bin'
restic_script_dir: '/opt/restic'

View file

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