language: python python: "2.7" install: - pip install ansible script: - ansible-playbook --syntax-check -i hosts site.yml