nextcloud: add the postgresql role as dependency (conditionally).
This commit is contained in:
parent
f391780496
commit
adccda1cf7
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- { role: '../../library/roles/postgresql', when: psql_postgresql_install }
|
||||||
- { role: '../../library/roles/php-fpm' }
|
- { role: '../../library/roles/php-fpm' }
|
||||||
- { role: '../../library/roles/nginx' }
|
- { role: '../../library/roles/nginx' }
|
||||||
- { role: '../../library/roles/redis', when nextcloud_use_redis }
|
- { role: '../../library/roles/redis', when nextcloud_use_redis }
|
||||||
|
|
Loading…
Reference in New Issue