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
It would be nice for the molecule-plugins package to be included by default. Since podman is included in the image, being able to set the driver as podman or containers in molecule.yml would be a good enhancement.
Right now my workaround is building a new image using Containerfile
FROM ghcr.io/ansible/community-ansible-dev-tools:latest
RUN pip install molecule-plugins
But this feels like it should be unnecessary.
The text was updated successfully, but these errors were encountered:
It would be nice for the
molecule-plugins
package to be included by default. Sincepodman
is included in the image, being able to set the driver aspodman
orcontainers
inmolecule.yml
would be a good enhancement.Right now my workaround is building a new image using
Containerfile
But this feels like it should be unnecessary.
The text was updated successfully, but these errors were encountered: