mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Set api_key as no_log, since that's likely something that should be kept private (#2038)
This commit is contained in:
committed by
Matt Clay
parent
94c5e16fe3
commit
d79c427722
@@ -108,7 +108,7 @@ else:
|
||||
def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec = dict(
|
||||
api_key = dict(type='str', required=True),
|
||||
api_key = dict(type='str', required=True, no_log=True),
|
||||
channel = dict(type='str', default=None),
|
||||
device = dict(type='str', default=None),
|
||||
push_type = dict(type='str', default="note", choices=['note', 'link']),
|
||||
|
||||
Reference in New Issue
Block a user