📦️: restic v0.18.0
Some checks failed
ansible-lint / lint-everything (push) Has been cancelled

This commit is contained in:
VC
2025-03-28 20:34:39 +01:00
parent b1b3bf3b80
commit 411d4fee1e

View File

@@ -1,7 +1,7 @@
---
restic_path: "/usr/local/bin/restic"
restic_script_path: "/usr/local/bin/resticbackup.sh"
restic_version: "0.17.3"
restic_version: "0.18.0"
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"