linderhof/roles/restic/tasks/install.yml

7 lines
90 B
YAML
Raw Normal View History

- name: Install restic
apt:
name: restic
state: present
update_cache: true