Skip to content

Add an example of using `molecule lint`

decentral1se requested to merge (removed):molecule-lint-example into master

In this case, we only make use of the vendored version of ansible-lint under Molecule and leave all the other tools for validating roles aside. In order to generate all these files I ran: cd quota; pip install molecule; molecule init scenario -r quota. I did do some cleaning up after though ...

BTW, Molecule pre-release is out with a lot of fixes, which you might want to experiment with (or wait for the full release): https://www.reddit.com/r/ansible/comments/ayetme/molecule_v220_prerelease_announcement/.

Edited by decentral1se

Merge request reports