nextcloud: add the postgresql role as dependency (conditionally).

This commit is contained in:
Andrea Dell'Amico 2019-03-19 18:48:11 +01:00
parent f391780496
commit adccda1cf7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
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 }