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
When using molecule with the podman driver, this warning seems to always show up:
WARNING Driver podman does not provide a schema.
What is needed to get rid of that warning? Should a schema file be added somewhere, if so where and how to do it?
One example where this warning appears is for the molecule tests in the sigsum ansible repo -- see details in the HACKING file there for how molecule is used in that case. It would be nice to have all molecule tests passing without warnings, but at the moment that is not achieved due to the "Driver podman does not provide a schema" warning.