mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 10:14:04 +00:00
15 lines
263 B
YAML
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
|