8 lines
325 B
YAML
8 lines
325 B
YAML
---
|
|
dependencies:
|
|
- { role: '../../library/roles/postgresql', when: psql_postgresql_install }
|
|
- { 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 }
|