move no_log to correct position

This commit is contained in:
Miroslav Suchý 2015-01-30 10:12:13 +00:00
parent 005b234d5e
commit 65935d15c8

View file

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