Fix the dependencies, for real.

This commit is contained in:
Andrea Dell'Amico 2019-10-31 12:32:32 +01:00
parent 1289862b9a
commit 68de4756c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
dependencies:
- { role: '../../library/roles/nginx', when: pdns_admin_local_pgsql | bool }
- { role: '../../library/roles/postgresql', when: pdns_admin_local_pgsql | bool }
- role: '../../library/roles/nginx'
- role: '../../library/roles/node_js'