mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
DatacenterFactsModule for HPE OneView (#32701)
* Added support to Datacenter resources in HPE OneView * Adjusting comments in oneview_datacenter_facts * Adding no_log on the documentation * Using Pytest to Oneview DatacenterFactsModule tests
This commit is contained in:
committed by
John R Barker
parent
bb3991218e
commit
2114278947
@@ -207,7 +207,7 @@ class OneViewModuleBase(object):
|
||||
config=dict(type='path'),
|
||||
hostname=dict(type='str'),
|
||||
username=dict(type='str'),
|
||||
password=dict(type='str'),
|
||||
password=dict(type='str', no_log=True),
|
||||
api_version=dict(type='int'),
|
||||
image_streamer_hostname=dict(type='str')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user