1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-26 03:01:56 +00:00

Do not leak the password of gitlab_user in log (#3122)

This commit is contained in:
Michael Scherer 2016-10-08 00:35:03 +02:00 committed by Matt Clay
parent 001cf5cfc5
commit b03e95418e

View file

@ -269,7 +269,7 @@ def main():
login_token=dict(required=False, no_log=True),
name=dict(required=True),
username=dict(required=True),
password=dict(required=True),
password=dict(required=True, no_log=True),
email=dict(required=True),
sshkey_name=dict(required=False),
sshkey_file=dict(required=False),