Skip to content

ModuleNotFoundError: No module named 'ansible.module_utils.common.yaml' #74

Locked Answered by cmeissner
zep-jonas asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @zep-jonas

Thank you for get in touch with us. Unfortunately there is an import inside our module_utils. This is related to early debugging tasks. We used Display class from ansible.utils.display module. But as modules do not support output stdout this class will not work. Newer versions of Ansible run into the error you describe.

Currently the CI is running for the next release, where the issue is fixed. As soon as version 1.5.0 is released you should be able to use the collection without any issues from our side.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zep-jonas
Comment options

Answer selected by cmeissner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants