mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
parent
2f6966965e
commit
74e8aa22af
30 changed files with 36 additions and 43 deletions
|
@ -233,7 +233,7 @@ class NetAppESeriesVolume(object):
|
|||
log_path=dict(type='str'),
|
||||
api_url=dict(type='str'),
|
||||
api_username=dict(type='str'),
|
||||
api_password=dict(type='str'),
|
||||
api_password=dict(type='str', no_log=True),
|
||||
validate_certs=dict(type='bool'),
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue