From b509b23cff0c6800410d6caed1e8c24c4a268662 Mon Sep 17 00:00:00 2001 From: VC Date: Wed, 24 Sep 2025 09:37:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6:=20restic=20v0.18.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 b10a5d4..2bc9f4b 100644 --- a/roles/restic/vars/main.yml +++ b/roles/restic/vars/main.yml @@ -1,7 +1,7 @@ --- restic_path: "/usr/local/bin/restic" restic_script_path: "/usr/local/bin/resticbackup.sh" -restic_version: "0.18.0" +restic_version: "0.18.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"