Add script dir to restic_create_paths

Adds the script dir to the initially created directories
This commit is contained in:
Matthias Leutenegger 2019-09-09 16:08:06 +02:00 committed by GitHub
parent c1fc10e810
commit 0930e0aba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ _platform_map:
restic_create_paths:
- '{{ restic_install_path }}/bin'
- '{{ restic_script_dir }}'
restic_bin_bath: '{{ restic_download_path }}/bin/restic-{{ restic_version }}'