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.
1 parent 1fc6f01 commit d6e8ee3Copy full SHA for d6e8ee3
README.md
@@ -82,8 +82,8 @@ postgresql_database_extensions:
82
# List of users to be created (optional)
83
postgresql_users:
84
- 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
+ pass: pass
+ 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