forked from ISTI-ansible-roles/ansible-roles
6 lines
186 B
YAML
6 lines
186 B
YAML
|
---
|
||
|
dependencies:
|
||
|
- { role: '../../library/roles/memcached', when: freeradius_local_memcache_support }
|
||
|
- { role: '../../library/roles/redis', when: freeradius_local_redis_support }
|
||
|
|