mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Mark api_key as no_log to avoid potential leaks (#2048)
This commit is contained in:
committed by
Matt Clay
parent
b5033fb597
commit
07f8846134
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user