Lint fixes

This commit is contained in:
Timo Makinen 2020-08-26 21:38:18 +03:00
parent 65fcb4035e
commit d4a11404fd
4 changed files with 8 additions and 3 deletions

View file

@ -6,5 +6,5 @@ all: syntax yaml
syntax:
ansible-playbook site.yml --syntax-check -vv
yaml:
yamllint:
find . -name \*.yml -exec yamllint {} \;