mirror of
https://gitlab.com/s3lph/ansible-collection-dirvish
synced 2024-11-12 20:34:15 +01:00
13 lines
286 B
YAML
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"
|