-
So, basically decided to align file extension with whats said in Yaml documentation, Kubernetes and many other tools which conventionally uses » molecule converge -s nvim -- --tags base
CRITICAL 'molecule/nvim/molecule.yml' glob failed. Exiting. I just want to check is that a desired behavior or there is some other issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is expected default behavior since Molecule searches for scenarios using the
Hope this helps. |
Beta Was this translation helpful? Give feedback.
This is expected default behavior since Molecule searches for scenarios using the
molecule/*/molecule.yml
glob. But if you would like to change the suffix toyaml
, you can do that if you set theMOLECULE_GLOB
environment variable like this:Hope this helps.