Skip to content

Commit

Permalink
increase to restic 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Feb 20, 2023
1 parent 9cfe610 commit ef008b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit ef008b3

Please sign in to comment.