mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
update to latest vmware_inventory.py
63737ec0f8/contrib/inventory/vmware_inventory.py
see: https://github.com/ansible/awx/issues/5648
This commit is contained in:
parent
78e2cd7084
commit
6e5028587a
@ -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