feat: add fuse with restic

This commit is contained in:
VC
2025-01-22 17:09:03 +01:00
parent 0785e91a0f
commit bb8e069fd1

View File

@@ -1,5 +1,11 @@
---
- name: Install prerequisites
ansible.builtin.package:
name: fuse
state: present
update_cache: true
- name: Download restic
ansible.builtin.get_url:
url: "{{ restic_download_url }}"