Molecule cookiecutter template for Ansible Roles
You can also use pre-commit. After installing
pre-commit
just execute:
pre-commit install
You can run specific hooks on all files:
pre-commit run terraform-fmt --all-files
You can force all the hooks to run with the following command:
pre-commit run --all-files
pip install cookiecutter
cookiecutter gh:bcochofel/molecule-cookiecutter