mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
0e35fcd160
commit
0396d7490d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +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
|
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
|
role_attr_flags: NOSUPERUSER,NOCREATEROLE,NOCREATEDB
|
||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue