mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
do not print passwords to stdout
This commit is contained in:
@@ -246,6 +246,7 @@
|
||||
email="{{ item.email }}"
|
||||
tenant="{{ item.tenant }}"
|
||||
password="{{ item.password }}"
|
||||
no_log=True
|
||||
state=present
|
||||
with_items:
|
||||
- { name: kevin, email: 'kevin@fedoraproject.org', tenant: infrastructure, password: "{{kevin_password}}" }
|
||||
|
||||
Reference in New Issue
Block a user