mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
Merge pull request #5668 from ryanpetrello/vmware-inv-script-update
update to latest vmware_inventory.py Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
053897042f
@ -366,6 +366,7 @@ class VMWareInventory(object):
|
||||
def _get_instances(self, inkwargs):
|
||||
''' Make API calls '''
|
||||
instances = []
|
||||
si = None
|
||||
try:
|
||||
si = SmartConnect(**inkwargs)
|
||||
except ssl.SSLError as connection_error:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user