-
Notifications
You must be signed in to change notification settings - Fork 666
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
created: true is ignored in state.yml #4037
Comments
mluzarreta
added a commit
to mluzarreta/molecule
that referenced
this issue
Sep 8, 2023
mluzarreta
added a commit
to mluzarreta/molecule
that referenced
this issue
Sep 8, 2023
@mluzarreta Could you kindly open a pull request with your commit, so this can be fixed upstream as well? |
ssbarnea
added a commit
that referenced
this issue
Oct 17, 2023
Fixes: #4037 Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Type
Molecule and Ansible details
Molecule installation method: source
Ansible installation method: pip
Desired Behavior
In molecule v5, the
create
step was automatically skipped whencreated: true
in<XDG_CACHE_HOME>/molecule//<scenario>/state.yml
with the messageWARNING Skipping, instances already created.
. This is the desired behavior.Here an example with a simple hello_world role after a
molecule create
execution. The molecule-qemu plugin is used here.Actual Behaviour
Since molecule v6, the
WARNING Skipping, instances already created.
message is no longer displayed and the create step is executed each time themolecule converge
is called.Here an example with the same role, with the same conditions except that molecule version is 6.0.2.
The text was updated successfully, but these errors were encountered: