Replies: 1 comment
-
So I've discovered the problem. Ansible was installed in the system python, molecule was being installed in user space.
This used to work in 3.2.3, and stopped working in 3.2.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm more than a bit perturbed that this repeated, clearly defined bug has been closed without any justification #3075
However I was told to open this in discussions, so here I am:
As of this morning all CI jobs with molecule are failing.
Ansible and molecule installation method:
Results after change to
pip3 install molecule[lint,docker]==3.2.3
This is 100% replicable, and is still happening today if I remove the version lock on molecule.
Beta Was this translation helpful? Give feedback.
All reactions