do not print passwords to stdout
This commit is contained in:
parent
de5407e615
commit
98a47fb731
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@
|
|||
email="{{ item.email }}"
|
||||
tenant="{{ item.tenant }}"
|
||||
password="{{ item.password }}"
|
||||
no_log=True
|
||||
state=present
|
||||
with_items:
|
||||
- { name: kevin, email: 'kevin@fedoraproject.org', tenant: infrastructure, password: "{{kevin_password}}" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue