diff --git a/tox.ini b/tox.ini index 30c369a..157581a 100644 --- a/tox.ini +++ b/tox.ini @@ -136,11 +136,9 @@ deps = commands = {[testenv:ansible]commands} ansible-playbook -i {toxinidir}/tests/inventory \ - -e "install_test_packages=True" \ {toxinidir}/tests/test.yml -vvvv # Idempotency test bash -c 'ansible-playbook -i {toxinidir}/tests/inventory \ - -e "install_test_packages=True" \ {toxinidir}/tests/test.yml \ | grep -q "changed=0.*failed=0" \ && (echo "Idempotence test: pass" && exit 0) \