This commit is contained in:
Miroslav Suchý 2015-01-28 15:45:17 +00:00
parent 7eff70a0ec
commit 2903048cae

View file

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