mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #760 from holta/moodle-encrypt-password
Ubuntu 18.04's PostgreSQL 10.3 requires Moodle encrypt (hash) its password
This commit is contained in:
commit
54c9a0e837
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, see https://github.com/iiab/iiab/issues/759
|
||||
role_attr_flags: NOSUPERUSER,NOCREATEROLE,NOCREATEDB
|
||||
state: present
|
||||
become: yes
|
||||
|
|
Loading…
Reference in a new issue