mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-05 03:23:29 +01:00
Merge pull request #77 from Hurricos/pr-fixup-default-install-path
fix: defaults: Match restic_install_path value to docs
This commit is contained in:
commit
aa70e1d29c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
restic_url: '{{ restic_url_default }}'
|
||||
restic_version: '0.12.1'
|
||||
restic_download_path: '/opt/restic'
|
||||
restic_install_path: '/usr/bin'
|
||||
restic_install_path: '/usr/local/bin'
|
||||
restic_script_dir: '/opt/restic'
|
||||
restic_log_dir: '{{ restic_script_dir }}/log'
|
||||
restic_repos: {}
|
||||
|
|
Loading…
Reference in a new issue