homeserver/roles/mgrote.restic/tasks/main.yml
mg e63aabf5d9 restic: enable variable (#226)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#226
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-10-20 19:59:16 +02:00

11 lines
277 B
YAML

---
- name: include install tasks
include_tasks: install.yml
when: restic_enable_role
- name: include folder tasks
include_tasks: folders.yml
when: restic_enable_role
- name: include config tasks
include_tasks: config.yml
when: restic_enable_role