mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-10 07:53:29 +01:00
Fixed up errant quote.
This commit is contained in:
parent
c27d453466
commit
48251c9f5a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ script:
|
|||
ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo
|
||||
| grep -q 'changed=0.*failed=0'
|
||||
&& (echo 'Idempotence test: pass' && exit 0)
|
||||
|| (echo 'Idempotence test: fail' && exit 1)"
|
||||
|| (echo 'Idempotence test: fail' && exit 1)
|
||||
|
||||
# Request a page via Apache, to make sure Apache is running and responds.
|
||||
- "curl http://localhost/"
|
||||
|
|
Loading…
Reference in a new issue