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