feat: add fuse with restic
This commit is contained in:
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user