move no_log to correct position
This commit is contained in:
parent
005b234d5e
commit
65935d15c8
1 changed files with 1 additions and 1 deletions
|
@ -246,8 +246,8 @@
|
|||
email="{{ item.email }}"
|
||||
tenant="{{ item.tenant }}"
|
||||
password="{{ item.password }}"
|
||||
no_log=True
|
||||
state=present
|
||||
no_log: True
|
||||
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