forked from ISTI-ansible-roles/ansible-roles
6 lines
161 B
YAML
6 lines
161 B
YAML
|
---
|
||
|
dependencies:
|
||
|
- { role: '../../library/roles/nginx', when: grafana_require_nginx }
|
||
|
- { role: '../../library/roles/redis', when: grafana_require_redis }
|
||
|
|