mg
ffd264e3ec
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#260 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
16 lines
367 B
YAML
16 lines
367 B
YAML
---
|
|
- name: include user tasks
|
|
include_tasks: user.yml
|
|
when: restic_enable_role
|
|
|
|
- name: include install tasks
|
|
include_tasks: install.yml
|
|
when: restic_enable_role
|
|
|
|
- name: include directories tasks
|
|
include_tasks: dir.yml
|
|
when: restic_enable_role
|
|
|
|
- name: include config tasks
|
|
include_tasks: config.yml
|
|
when: restic_enable_role
|