Skip to content

Commit d6e8ee3

Browse files
authored
1 parent 1fc6f01 commit d6e8ee3

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: md51a1dc91c907325c69271ddf0c944bc72 # md5 encrypted 'pass', postgresql >= 10 does not accept unencrypted passwords
86-
encrypted: yes # denotes if the password is already encrypted
85+
pass: pass
86+
encrypted: yes # if password should be encrypted, postgresql >= 10 does only accepts encrypted passwords
8787

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

0 commit comments

Comments
 (0)