fix: defaults: Match restic_install_path value to docs

The README (Role Variables) asserts that `restic_install_path`
defaults to `/usr/local/bin`, when in fact it defaults to
`/usr/bin`. Fix the defaults to match the documentation.

Signed-off-by: Martin Kennedy <hurricos@gmail.com>
This commit is contained in:
Martin Kennedy 2022-08-27 18:36:13 -04:00
parent efd21f0d0a
commit 4aecbbeffd

View file

@ -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: {}