--- language: python python: "2.7" #env: before_install: - sudo apt-get update -qq - sudo apt-get install -qq python-apt python-pycurl install: - pip install ansible==1.9.4 script: - echo localhost > inventory - ansible-playbook -i inventory test.yml --syntax-check - ansible-playbook -i inventory test.yml --connection=local --sudo -vvv --diff - ansible-playbook -i inventory test_update.yml --syntax-check - ansible-playbook -i inventory test_update.yml --connection=local --sudo -vvv --diff #after_failure: