forked from ISTI-ansible-roles/ansible-roles
8 lines
294 B
YAML
8 lines
294 B
YAML
---
|
|
dependencies:
|
|
- { role: '../../library/roles/postgresql' }
|
|
- { 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 }
|