forked from ISTI-ansible-roles/ansible-roles
7 lines
247 B
YAML
7 lines
247 B
YAML
|
---
|
||
|
dependencies:
|
||
|
- { role: '../../library/roles/php-fpm' }
|
||
|
- { role: '../../library/roles/nginx' }
|
||
|
- { role: '../../library/roles/redis', when nextcloud_use_redis }
|
||
|
- { role: '../../library/roles/memcached', when nextcloud_use_memcache }
|