Skip to content

Commit b8d7ca7

Browse files
committed
removed idempotence check
1 parent 1042aa9 commit b8d7ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ install:
1515
script:
1616
- "ansible-playbook -i tests/inventory tests/travis.yml --syntax-check"
1717
- "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)"
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)"

0 commit comments

Comments
 (0)