Unknown command: ansible-playbook #4121
Unanswered
mathias-ioki
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Neither |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
pip check
does not report any conflictsEnvironment
What happened
I've installed latest molecule and latest molecule-plugins to the same virtual env. Also all the ansible packages are installed to this virtual environment.
Trying to initialize a new scenario will throw an exception that the ansible-playbook command can't be found:
Running the mentioned
ansible-playbook
command manually is working fine. As soon as I downgrade molecule to version 5.1.0 it's also working fine. So it seems that the problem was introduced with version 6.0.0. Looks like the virtual env is completely ignored, when other commands are called.Reproducing example
No response
Beta Was this translation helpful? Give feedback.
All reactions