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 running molecule with the Vagrant driver a Vagrantfile is produced in ~/.cache/molecule/[...]/default/Vagrantfile. This can be very useful when troubleshooting. Unfortunately, this file has very many blank lines and the indentation is not consistent, making it hard to read.
It would be helpful to have this compacted and easier to read.
When running
molecule
with the Vagrant driver a Vagrantfile is produced in~/.cache/molecule/[...]/default/Vagrantfile
. This can be very useful when troubleshooting. Unfortunately, this file has very many blank lines and the indentation is not consistent, making it hard to read.It would be helpful to have this compacted and easier to read.
Example:
molecule.yml:
Vagrantfile:
The text was updated successfully, but these errors were encountered: