You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is caused when multiple instances are generated as part of one test -- the later one either doesn't respect or doesn't read the test id that was generated by the first.
Likely caused by variable definition that generates the unique id.
Fix the `docker_platform` role so that it works correctly when
more than one platform is specified in molecule.yml.
Move non-provider-specific platform configuration to a `platform` role. This is a breaking change for this version, as functions of `docker_platform` are now provided by platform.
Replace any references to `docker_platform` in playbooks using this collection with `platform`, options stay the same.
As part of the "destroy" step, security groups used by the
ec2_platform
role are supposed to be cleaned up. This does not appear to be happening.The text was updated successfully, but these errors were encountered: