6 lines
90 B
YAML
6 lines
90 B
YAML
- name: Install restic
|
|
apt:
|
|
name: restic
|
|
state: present
|
|
update_cache: true
|
|
|