From 5524ea7f8a2a0ecffcdc086a149b118f09705819 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 25 Oct 2023 13:59:41 +0200 Subject: [PATCH] Update main.yml https://github.com/restic/restic/releases/tag/v0.16.1 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 9202258..0395cb2 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- restic_url: '{{ restic_url_default }}' -restic_version: '0.15.1' +restic_version: '0.16.1' restic_download_path: '/opt/restic' restic_install_path: '/usr/local/bin' restic_script_dir: '/opt/restic'