diff --git a/test/integration/targets/order/runme.sh b/test/integration/targets/order/runme.sh index fdcdc333698..9a01c211536 100755 --- a/test/integration/targets/order/runme.sh +++ b/test/integration/targets/order/runme.sh @@ -19,6 +19,6 @@ for EXTRA in '{"inputlist": ["hostB", "hostA", "hostD", "hostC"]}' \ '{"myorder": "shuffle", "inputlist": ["hostC", "hostD", "hostA", "hostB"]}' do cleanup - ansible-playbook order.yml --forks 1 -i inventory -e "$EXTRA" "$@" || cleanup + ansible-playbook order.yml --forks 1 -i inventory -e "$EXTRA" "$@" done cleanup