mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-22 11:00:18 +01:00
Get idempotence test working.
This commit is contained in:
parent
0e3a6bb463
commit
626578ea9d
2 changed files with 2 additions and 2 deletions
|
@ -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
2
tests/idempotence.sh
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Idempotency test for Ansible
|
# Idempotency test for Ansible
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue