1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-dirvish synced 2024-09-20 03:29:00 +02:00
ansible-collection-dirvish/roles/dirvish_client/tasks/main.yml
2020-10-31 04:34:41 +01:00

13 lines
286 B
YAML

---
- name: install dependencies
import_tasks: dependencies.yml
tags:
- "role::dirvish_client"
- "role::dirvish_client:dependencies"
- name: install snapshot scripts
import_tasks: snapshots.yml
tags:
- "role::dirvish_client"
- "role::dirvish_client:snapshots"