Commit 6f284372 by Jinn Koriech

Fix postgresql_user documentation render

parent 6b54417b
...@@ -44,7 +44,7 @@ options: ...@@ -44,7 +44,7 @@ options:
password: password:
description: description:
- set the user's password, before 1.4 this was required. - set the user's password, before 1.4 this was required.
- "When passing an encrypted password it must be generated with the format C('str(\"md5\") + md5( password + username )'), resulting in a total of 35 characters. An easy way to do this is: C(echo \"md5$(echo -n \"verysecretpasswordJOE\" | md5)\")." - "When passing an encrypted password it must be generated with the format C('str[\\"md5\\"] + md5[ password + username ]'), resulting in a total of 35 characters. An easy way to do this is: C(echo \\"md5`echo -n \\"verysecretpasswordJOE\\" | md5`\\")."
required: false required: false
default: null default: null
db: db:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment