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 }}"
|
email="{{ item.email }}"
|
||||||
tenant="{{ item.tenant }}"
|
tenant="{{ item.tenant }}"
|
||||||
password="{{ item.password }}"
|
password="{{ item.password }}"
|
||||||
|
no_log=True
|
||||||
state=present
|
state=present
|
||||||
with_items:
|
with_items:
|
||||||
- { name: kevin, email: 'kevin@fedoraproject.org', tenant: infrastructure, password: "{{kevin_password}}" }
|
- { name: kevin, email: 'kevin@fedoraproject.org', tenant: infrastructure, password: "{{kevin_password}}" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue