Open domq opened 1 year ago
The cause is that plugins/module-utils/turbo/common.py
clobbers PYTHONPATH, instead of trying to salvage the parts explicitly set by the caller.
Hello, what is your feedback on the issue + pull request?
Project looks dead, withdrawing my PR.
SUMMARY
ISSUE TYPE
COMPONENT NAME
cloud.common
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
STEPS TO REPRODUCE
aiohttp
is installed within the PYTHONPATH, but not globallycloud.common.plugins.module_utils.turbo
, such asvmware.vmware_rest.content_locallibrary
EXPECTED RESULTS
The task should succeed, or complain about bad parameters, or SSL verification for my phony setup, or something.
ACTUAL RESULTS