Fix typos in docsite password lookup section
This commit is contained in:
parent
6008ea40ee
commit
48ded5e493
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue