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

Update moodle/tasks/install.yml

This commit is contained in:
A Holt 2020-01-23 23:09:46 -05:00 committed by GitHub
parent e6704006f4
commit a7b9898ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
- name: Turn on enabled vars for PostgreSQL
- name: "Set PostgreSQL vars 'postgresql_install: True' and 'postgresql_enabled: True'"
set_fact:
postgresql_install: True
postgresql_enabled: True
- name: POSTGRESQL
- name: Run the 'postgresql' role
include_role:
name: postgresql