mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
POSTGRESQL rework
This commit is contained in:
parent
3b1317eb7a
commit
b31e613997
5 changed files with 49 additions and 11 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue