We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42735e8 + d6e8ee3 commit 53a400cCopy full SHA for 53a400c
README.md
@@ -83,7 +83,7 @@ postgresql_database_extensions:
83
postgresql_users:
84
- name: baz
85
pass: pass
86
- encrypted: no # denotes if the password is already encrypted.
+ encrypted: yes # if password should be encrypted, postgresql >= 10 does only accepts encrypted passwords
87
88
# List of schemas to be created (optional)
89
postgresql_database_schemas:
0 commit comments