1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

postgresql

This commit is contained in:
Jerry Vonau 2017-10-27 12:36:14 -05:00
parent 2e53b1a248
commit 97b829ebba
3 changed files with 6 additions and 6 deletions

View file

@ -27,6 +27,12 @@
# has no "when: XXXXX_install" flag
tags: base, homepage
- name: POSTGRESQL
include_role:
name: postgresql
when: postgresql_install
tags: postgresql
- name: AUTHSERVER
include_role:
name: authserver

View file

@ -1,3 +0,0 @@
---
dependencies:
- { role: postgresql }

View file

@ -1,3 +0,0 @@
---
dependencies:
- { role: postgresql }