Skip to content

Commit 53a400c

Browse files
authored
Merge pull request #422 from nchudleigh/readme-user-encrypted-yes
Update readme example with encrypted password and encrypted: yes
2 parents 42735e8 + d6e8ee3 commit 53a400c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ postgresql_database_extensions:
8383
postgresql_users:
8484
- name: baz
8585
pass: pass
86-
encrypted: no # denotes if the password is already encrypted.
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)