We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin cannot be loaded without raising an error. It should do that when executed, not when being loaded!
ERROR: plugins/httpapi/ftd.py:60:0: traceback: ModuleNotFoundError: No module named 'urllib3'
See https://github.com/ansible-collections/community.general/blob/ef49950b96849ba8edcd74953a96a16cfd5d653e/plugins/lookup/consul_kv.py#L111-L116 and https://github.com/ansible-collections/community.general/blob/ef49950b96849ba8edcd74953a96a16cfd5d653e/plugins/lookup/consul_kv.py#L123-L125 for how to do this correctly.
plugins/httpapi/ftd.py
latest
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
SUMMARY
The plugin cannot be loaded without raising an error. It should do that when executed, not when being loaded!
See https://github.com/ansible-collections/community.general/blob/ef49950b96849ba8edcd74953a96a16cfd5d653e/plugins/lookup/consul_kv.py#L111-L116 and https://github.com/ansible-collections/community.general/blob/ef49950b96849ba8edcd74953a96a16cfd5d653e/plugins/lookup/consul_kv.py#L123-L125 for how to do this correctly.
ISSUE TYPE
COMPONENT NAME
plugins/httpapi/ftd.py
ANSIBLE VERSION
The text was updated successfully, but these errors were encountered: