1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-dirvish synced 2024-11-14 21:34:14 +01:00
ansible-collection-dirvish/roles/dirvish_client/tasks/main.yml

14 lines
286 B
YAML
Raw Normal View History

2020-10-31 04:34:41 +01:00
---
- 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"