-
Notifications
You must be signed in to change notification settings - Fork 667
Molecule will not run after editing converge.yml #4377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
it smells like a duplicate of #4372 . I've merged yesterday a fix for that in the plugins repo. I hope to make a new release very soon. |
It is not. I applied the changes from ansible-community/molecule-plugins#294 to the podman driver, and I still see same output minus the error and trace about run_command. Evem after updating molecule-plugins to the new release instead of manually fixing it, the same. I updated the snippets in the top post to remove that error output. |
@gpettey-ercot oh ok. Now that I'm looking at the new output, it's failing to connect to the test instance and the
|
That those files need to be deleted to use the ones defined in molecule-plugins[podman] should be documented and/or highlighted if it is already documented :) It works now that I know to remove them. I'd also suggest adding an option to |
Prerequisites
pip check
does not report any conflictsEnvironment
After following basic install/setup in collection/extensions, molecule will not run after I have edited converge.yml to include my role.
What happened
With the default "sample" it will run succesfully:
molecule test output
After making the changes in the diff above, it will fail on an attempt to ssh to the container.
molecule test output
On the examples page, there are a couple of files suggested to use podman, but says also
This example is using Ansible playbooks and it does not need any molecule plugins to run.
I have installed molecule-plugins[podman], therefore I should not need that, correct?Reproducing example
The text was updated successfully, but these errors were encountered: