try to fiddle up with passwords

This commit is contained in:
Miroslav Suchý 2015-01-28 15:00:29 +00:00
parent bbbb1ac917
commit ea78b3afc7

View file

@ -247,6 +247,7 @@
user="{{ item.name }}"
email="{{ item.email }}"
tenant="{{ item.tenant }}"
password="foobar123"
state=present
with_items:
- { name: kevin, email: 'kevin@fedoraproject.org', tenant: infrastructure }