Commit 48ded5e4 by James Tanner

Fix typos in docsite password lookup section

parent 6008ea40
......@@ -67,7 +67,7 @@ Starting in version 1.4, password accepts a "chars" parameter to allow defining
# create a mysql user with a random password using only digits:
- mysql_user: name={{ client }}
password="{{ lookup('password', '/tmp/passwordfile chars=digits,') }}"
password="{{ lookup('password', '/tmp/passwordfile chars=digits') }}"
priv={{ client }}_{{ tier }}_{{ role }}.*:ALL
# create a mysql user with a random password using many different char sets:
......@@ -77,7 +77,7 @@ Starting in version 1.4, password accepts a "chars" parameter to allow defining
(...)
To enter comma use two commas ',,' somewhere - preferably at the end Qoutes and double qoutes are not supported
To enter comma use two commas ',,' somewhere - preferably at the end. Quotes and double qoutes are not supported.
.. _more_lookups:
......
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