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

default_vars clarifs, Moodle fix to install PostgreSQL

This commit is contained in:
root 2020-09-24 19:46:12 -04:00
parent ac22723b43
commit 693ed7767b
2 changed files with 13 additions and 4 deletions

View file

@ -40,6 +40,11 @@
# enabled: no
# when: not moodle_enabled and not (pathagar_enabled is defined and pathagar_enabled)
- name: "Set 'postgresql_install: True' if moodle_enabled"
set_fact:
postgresql_install: True
when: moodle_enabled | bool
- name: "Set 'postgresql_enabled: True' if moodle_enabled"
set_fact:
postgresql_enabled: True