Merge branch 'master' of adellam/ansible-roles into master

This commit is contained in:
Andrea Dell'Amico 2019-10-31 12:32:55 +01:00 committed by Gitea
commit 227e911878
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'