Get idempotence test working.

This commit is contained in:
Jeff Geerling 2014-04-22 08:54:04 -05:00
parent 0e3a6bb463
commit 626578ea9d
2 changed files with 2 additions and 2 deletions

View file

@ -11,5 +11,5 @@ install:
script: script:
- ansible-playbook -i tests/inventory tests/$SITE --syntax-check - ansible-playbook -i tests/inventory tests/$SITE --syntax-check
- ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo - ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo
- ./tests/idempotence.sh - bash tests/idempotence.sh
- curl http://localhost/ - curl http://localhost/

2
tests/idempotence.sh Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# Idempotency test for Ansible # Idempotency test for Ansible
# #