1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Mark api_key as no_log to avoid potential leaks (#2048)

This commit is contained in:
Michael Scherer 2016-04-29 09:56:28 +02:00 committed by Matt Clay
parent b5033fb597
commit 07f8846134

View file

@ -133,7 +133,7 @@ def main():
title=dict(required=True),
description=dict(required=True),
duration=dict(required=False, type='int'),
api_key=dict(required=True)
api_key=dict(required=True, no_log=True)
)
)
annotation = create_annotation(module)