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

POSTGRESQL rework

This commit is contained in:
Jerry Vonau 2020-01-04 21:38:54 -06:00
parent 3b1317eb7a
commit b31e613997
5 changed files with 49 additions and 11 deletions

View file

@ -135,12 +135,6 @@
# mongodb_enabled: True
# when: sugarizer_enabled | bool
# There might be other db's
- name: Turn on both vars for PostgreSQL if moodle_enabled or pathagar_enabled
set_fact:
postgresql_install: True
postgresql_enabled: True
when: moodle_enabled or (pathagar_enabled is defined and pathagar_enabled)
#- name: Turn on vars for Docker if SchoolTool is to be installed
# set_fact: