mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
PostgresSQL 10.3+ requires Moodle "encrypt" password
This commit is contained in:
parent
89b893ece0
commit
0e35fcd160
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
||||||
postgresql_user:
|
postgresql_user:
|
||||||
name: Admin
|
name: Admin
|
||||||
password: changeme
|
password: changeme
|
||||||
|
encrypted: yes # Required by PostgresSQL 10.3+ e.g. on Ubuntu 18.04
|
||||||
role_attr_flags: NOSUPERUSER,NOCREATEROLE,NOCREATEDB
|
role_attr_flags: NOSUPERUSER,NOCREATEROLE,NOCREATEDB
|
||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Reference in a new issue