From f8a24bba546139e1c0a86af6aa2865530429dbad Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 6 Sep 2024 10:05:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6:=20restic=20v0.17.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/restic/vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/restic/vars/main.yml b/roles/restic/vars/main.yml index fda0fac..dcbe6d4 100644 --- a/roles/restic/vars/main.yml +++ b/roles/restic/vars/main.yml @@ -1,6 +1,6 @@ --- -restic_version: "0.17.0" +restic_version: "0.17.1" restic_architecture: "amd64" restic_system: "{{ ansible_facts['system'] | lower }}" restic_download_url: "https://github.com/restic/restic/releases/download/v{{ restic_version }}/restic_{{ restic_version }}_{{ restic_system }}_{{ restic_architecture }}.bz2"