spark/roles/backup/tasks/main.yml
2015-12-28 14:09:11 -08:00

15 lines
263 B
YAML

---
- name: Install rsnapshot
pacman: name=rsnapshot state=present
- name: Install attic
aur: name=attic user={{ user.name }}
tags:
- aur
- name: Install atticmatic
aur: name=atticmatic user={{ user.name }}
tags:
- aur
- include: tarsnap.yml