mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
moodle - split postgresql_install postgresql_enabled conditional
This commit is contained in:
parent
a15f9b0492
commit
cd364b9228
1 changed files with 4 additions and 1 deletions
|
@ -24,9 +24,12 @@
|
|||
when: moodle_installed is undefined
|
||||
|
||||
|
||||
- name: "Set 'postgresql_install: True' and 'postgresql_enabled: True' if moodle_enabled"
|
||||
- name: "Set 'postgresql_install: True'"
|
||||
set_fact:
|
||||
postgresql_install: True
|
||||
|
||||
- name: "Set 'postgresql_enabled: True' if moodle_enabled"
|
||||
set_fact:
|
||||
postgresql_enabled: True
|
||||
when: moodle_enabled
|
||||
|
||||
|
|
Loading…
Reference in a new issue