From 0930e0aba878484a93a49741f76614f78b920ee6 Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Mon, 9 Sep 2019 16:08:06 +0200 Subject: [PATCH] Add script dir to restic_create_paths Adds the script dir to the initially created directories --- vars/defaults.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/defaults.yml b/vars/defaults.yml index ad896a7..cba597f 100644 --- a/vars/defaults.yml +++ b/vars/defaults.yml @@ -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 }}'