try this
This commit is contained in:
parent
7eff70a0ec
commit
2903048cae
1 changed files with 1 additions and 0 deletions
|
@ -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}}" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue