.PHONY: syntax yaml all: syntax yaml syntax: ansible-playbook site.yml --syntax-check -vv yamllint: find . -name \*.yml -exec yamllint {} \;