Skip to content

Commit 1fc6f01

Browse files
committed
Update readme example with encrypted password and encrypted: yes
1 parent 42735e8 commit 1fc6f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ postgresql_database_extensions:
8282
# List of users to be created (optional)
8383
postgresql_users:
8484
- name: baz
85-
pass: pass
86-
encrypted: no # denotes if the password is already encrypted.
85+
pass: md51a1dc91c907325c69271ddf0c944bc72 # md5 encrypted 'pass', postgresql >= 10 does not accept unencrypted passwords
86+
encrypted: yes # denotes if the password is already encrypted
8787

8888
# List of schemas to be created (optional)
8989
postgresql_database_schemas:

0 commit comments

Comments
 (0)