Fix idempotency test path

This commit is contained in:
Matt Willsher 2015-01-12 21:20:19 +00:00
parent 0c99bc08e0
commit 40de6c973f

View file

@ -23,7 +23,7 @@ script:
# Run the role/playbook again, checking to make sure it's idempotent.
- >
ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo
ansible-playbook -i tests/inventory tests/test.yml --connection=local --sudo
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)