From 3d6ebc90befcf863d008438c422d18f9bf79b11f Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 30 Apr 2018 17:05:30 -0400 Subject: [PATCH] Update main.yml --- roles/moodle/tasks/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/moodle/tasks/main.yml b/roles/moodle/tasks/main.yml index 40b5a9ff8..80c9b304b 100644 --- a/roles/moodle/tasks/main.yml +++ b/roles/moodle/tasks/main.yml @@ -1,5 +1,4 @@ ---- -- name: Install Moodle required packages (OS's other than debunt) +- name: Install Moodle required packages (OS's other than debuntu) package: name: "{{ item }}" state: present @@ -107,7 +106,7 @@ postgresql_user: name: Admin password: changeme - encrypted: yes # Required by PostgresSQL 10.3+ e.g. on Ubuntu 18.04, see https://github.com/iiab/iiab/issues/759 + encrypted: yes # Required by PostgreSQL 10+ e.g. Ubuntu 18.04's PostgreSQL 10.3+, see https://github.com/iiab/iiab/issues/759 role_attr_flags: NOSUPERUSER,NOCREATEROLE,NOCREATEDB state: present become: yes