mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 05:18:35 -05:00
update to latest vmware_inventory.py
https://github.com/jladdjr/ansible/blob/63737ec0f8a37da17278cc257dde39e89eec6df2/contrib/inventory/vmware_inventory.py see: https://github.com/ansible/awx/issues/5648
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user