diff --git a/tox.ini b/tox.ini index 23aec5d..2774145 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ commands = ansible-playbook --syntax-check -i tests/inventory \ -e rolename=$(basename $(pwd)) > /dev/null" -[testenv:ansible-functional] +[testenv:functional] commands = ansible-playbook -i tests/inventory tests/test.yaml passenv = HOME