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