mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Added no_log flag for all the sensitive fields. (#24386)
This commit is contained in:
parent
e6934e42be
commit
6aa32d3e9d
4 changed files with 7 additions and 7 deletions
|
@ -149,7 +149,7 @@ def main():
|
|||
enckey_base64=dict(type='str',),
|
||||
enckey_name=dict(type='str',),
|
||||
hardwaresecuritymodulegroup_ref=dict(type='str',),
|
||||
key=dict(type='str',),
|
||||
key=dict(type='str', no_log=True,),
|
||||
key_params=dict(type='dict',),
|
||||
name=dict(type='str', required=True),
|
||||
status=dict(type='str',),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue