rock icon indicating copy to clipboard operation
rock copied to clipboard

Add testing and basic pre-commit hooks

Open dcode opened this issue 6 years ago • 1 comments

Some items that are easy to run out of the box:

# Simple playbook check
ansible-playbook --syntax-check <playbook.yml>
# Check best practices
ansible-lint <playbook.yml>

dcode avatar Mar 04 '18 15:03 dcode

Relates to #407

bndabbs avatar Apr 11 '19 06:04 bndabbs