From c180b074fd83587623aa7d05af9f40aa0bfe7b86 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 26 Jan 2024 15:59:06 +0100 Subject: [PATCH] change restic to 0.16.3 Signed-off-by: L3D --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 0395cb2..b04a487 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- restic_url: '{{ restic_url_default }}' -restic_version: '0.16.1' +restic_version: '0.16.3' restic_download_path: '/opt/restic' restic_install_path: '/usr/local/bin' restic_script_dir: '/opt/restic'