We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1042aa9 commit b8d7ca7Copy full SHA for b8d7ca7
.travis.yml
@@ -15,4 +15,4 @@ install:
15
script:
16
- "ansible-playbook -i tests/inventory tests/travis.yml --syntax-check"
17
- "ansible-playbook -i tests/inventory tests/travis.yml --connection=local"
18
- - "ansible-playbook -i tests/inventory tests/travis.yml --connection=local | grep -q 'changed=0.*failed=0' && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1)"
+ #- "ansible-playbook -i tests/inventory tests/travis.yml --connection=local | grep -q 'changed=0.*failed=0' && (echo 'Idempotence test: pass' && exit 0) || (echo 'Idempotence test: fail' && exit 1)"
0 commit comments