mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
Add script dir to restic_create_paths
Adds the script dir to the initially created directories
This commit is contained in:
parent
c1fc10e810
commit
0930e0aba8
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ _platform_map:
|
||||||
|
|
||||||
restic_create_paths:
|
restic_create_paths:
|
||||||
- '{{ restic_install_path }}/bin'
|
- '{{ restic_install_path }}/bin'
|
||||||
|
- '{{ restic_script_dir }}'
|
||||||
|
|
||||||
restic_bin_bath: '{{ restic_download_path }}/bin/restic-{{ restic_version }}'
|
restic_bin_bath: '{{ restic_download_path }}/bin/restic-{{ restic_version }}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue