do not print passwords to stdout

This commit is contained in:
Miroslav Suchý 2015-01-30 09:44:40 +00:00
parent de5407e615
commit 98a47fb731

View file

@ -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}}" }