backup: add attic and atticmatic

This commit is contained in:
Brett Eisenberg 2015-12-24 19:53:33 -08:00
parent 72a5591aec
commit 852343dcb6

View file

@ -4,3 +4,12 @@
- 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