From 0396d7490d87fc4c26f3046e798d647d80bc6aa7 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 28 Apr 2018 15:50:58 -0400 Subject: [PATCH] Update main.yml --- roles/moodle/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/moodle/tasks/main.yml b/roles/moodle/tasks/main.yml index 080d0c318..374d9fbd1 100644 --- a/roles/moodle/tasks/main.yml +++ b/roles/moodle/tasks/main.yml @@ -106,7 +106,7 @@ postgresql_user: name: Admin password: changeme - encrypted: yes # Required by PostgresSQL 10.3+ e.g. on Ubuntu 18.04 + encrypted: yes # Required by PostgresSQL 10.3+ e.g. on Ubuntu 18.04, see https://github.com/iiab/iiab/issues/759 role_attr_flags: NOSUPERUSER,NOCREATEROLE,NOCREATEDB state: present become: yes