mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
move no_log to correct position
This commit is contained in:
@@ -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}}" }
|
||||
|
||||
Reference in New Issue
Block a user