You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IMS team is using an ansible module not part of a collection, its being created locally.
This module is zport
That results in "couldn't resolve module/action 'zport'." ,
Things I tried to fix this:
Add the module to ANSIBLE_COLLECTIONS_PATHS or ANSIBLE_COLLECTIONS_PATH here ansible.cfg.
Tried to add to requiements.yaml to inform ansible where to find the module. I don’t know what FQCN to use either given its not coming from a collection.
# noqa: syntax-check[specific] but I found it to be unskipable and also noted here
The IMS team is using an ansible module not part of a collection, its being created locally.
This module is zport
That results in "couldn't resolve module/action 'zport'." ,
Things I tried to fix this:
# noqa: syntax-check[specific]
but I found it to be unskipable and also noted hereWork around:
.ansible-lint-ignore
here in this PR.The text was updated successfully, but these errors were encountered: