Skip to content

Commit

Permalink
Tests: Remove super-verbosity from ansible-playbook execution
Browse files Browse the repository at this point in the history
With the human-readable log plugin we effectively get verbose
logging from Ansible's execution. Having -vvvv logging on top
of that is really unnecessary.

Change-Id: Ia9e20435c2f7ad93d581a1e1067b643ad20fdc97
  • Loading branch information
Jesse Pretorius committed Mar 16, 2016
1 parent 84fa0ca commit dc20745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ commands =
--force
ansible-playbook -i {toxinidir}/tests/inventory \
-e "rolename={toxinidir}" \
{toxinidir}/tests/test.yml -vvvv
{toxinidir}/tests/test.yml


[testenv:linters]
Expand Down

0 comments on commit dc20745

Please sign in to comment.