mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +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:
|
||||
name: Admin
|
||||
password: changeme
|
||||
encrypted: yes # Required by PostgresSQL 10.3+ e.g. on Ubuntu 18.04
|
||||
role_attr_flags: NOSUPERUSER,NOCREATEROLE,NOCREATEDB
|
||||
state: present
|
||||
become: yes
|
||||
|
|
Loading…
Reference in a new issue