Skip to content
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

fix: container was re-created all the time #4045

Closed
wants to merge 1 commit into from

Conversation

yanghua-ola
Copy link

Summary

This PR partially reverts #3949 to skip container creation if it was already created.

Why is it needed?

I have a molecule scenario executed with Podman. The base image doesn't not come with Python; therefore, I install it in prepare.yml. The first molecule converge worked as expected. However, during subsequent invocations, the create step would execute again but not prepare, resulting a brand-new container without Python. As a result, molecule failed. This defect was introduced by #3949 and affects version 6.x.

@yanghua-ola yanghua-ola temporarily deployed to ack September 19, 2023 06:51 — with GitHub Actions Inactive
@yanghua-ola
Copy link
Author

same as #4038

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant