Replies: 3 comments
-
Note: I had to place a hard requirement of version 0.11 to have it work again. Still wondering if there is a bug with AAP/EE and hvac latest release. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I don't think we'll be able to do much to help within this collection. It sounds like the issue is related to one or more of:
I am also a maintainer for If you have support with AAP (I don't know much about it), I'd start there. Next I would try to use your EE outside of AAP, like with You could also join the Ansible community chats on Matrix or IRC (they are bridged so it's the same either way): There's a room for AWX: If you do find an answer, I would appreciate you posting it here as well, just in case other people hit the issue and think to look here. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@dk-rbrown For debugging purposes you can also spin up an interactive container based on your execution environment, this often promises a faster result: This is probably best to debug on the execution node where the EE should be used. One quick fix could be to check the Image Hashes / Versions on said execution node and if they match the image version in your container registry. Maybe you don't set the execution environment to "always pull" in your ansible controller, which means that he would not pull a new image if the execution node already has an image with the label and tag (ignoring the image hash) that could result in the image on the execution node being old not including your hvac dependency. @briantist ansible-runner is an integral part within EEs and AAP, it's even the base image of the EE if you don't define a different base image, but all those provided by red hat are based on ansible-runner! |
Beta Was this translation helpful? Give feedback.
-
I recently rebuilt a privately hosted EE to troubleshoot a different issue. When I did it also upgraded the HVAC library. My playbooks that utilize the lookup method for authentication are now failing. AAP claims that the HVAC library is not installed but as you can see in the code snippet below, it successfully installs the HVAC library.
I have deleted the container and rebuilt it multiple times with no luck.
Does anyone else have this issue or have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions