From 850205672a761211662dec399bf6e25ce1a05fa3 Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Mon, 18 May 2020 11:27:38 +0200 Subject: [PATCH] Update defaults.yml --- vars/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/defaults.yml b/vars/defaults.yml index cba597f..67989fe 100644 --- a/vars/defaults.yml +++ b/vars/defaults.yml @@ -8,7 +8,7 @@ _platform_map: armv6l: arm restic_create_paths: - - '{{ restic_install_path }}/bin' + - '{{ restic_download_path }}/bin' - '{{ restic_script_dir }}' restic_bin_bath: '{{ restic_download_path }}/bin/restic-{{ restic_version }}'