Ansible_workstation/tasks/borg_backup.yml

7 lines
76 B
YAML

---
- name: Install borgbackup
pacman:
name: borg
state: present