mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Numbers is not a string module
This commit is contained in:
parent
4f949f3bc7
commit
8fe3678b60
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ Starting in version 1.4, password accepts a "chars" parameter to allow defining
|
|||
|
||||
# create a mysql user with a random password using many different char sets:
|
||||
- mysql_user: name={{ client }}
|
||||
password="{{ lookup('password', '/tmp/passwordfile chars=ascii_letters,numbers,digits,hexdigits,punctuation') }}"
|
||||
password="{{ lookup('password', '/tmp/passwordfile chars=ascii_letters,digits,hexdigits,punctuation') }}"
|
||||
priv={{ client }}_{{ tier }}_{{ role }}.*:ALL
|
||||
|
||||
(...)
|
||||
|
|
Loading…
Add table
Reference in a new issue