mg
e63aabf5d9
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>
10 lines
277 B
YAML
10 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
|