Lint fixes
This commit is contained in:
parent
65fcb4035e
commit
d4a11404fd
4 changed files with 8 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -6,5 +6,5 @@ all: syntax yaml
|
|||
syntax:
|
||||
ansible-playbook site.yml --syntax-check -vv
|
||||
|
||||
yaml:
|
||||
yamllint:
|
||||
find . -name \*.yml -exec yamllint {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue