Merge "Decrease the verbosity level"

This commit is contained in:
Jenkins 2016-10-27 23:03:06 +00:00 committed by Gerrit Code Review
commit ebd0df88b9
1 changed files with 4 additions and 4 deletions

View File

@ -21,16 +21,16 @@ deps =
[testenv:lampstack]
setenv =
{[testenv]setenv}
commands = ansible-playbook -vvv -e "action=apply {posargs}" {env:LAMPSTACK_DIR}/site.yml
commands = ansible-playbook -e "action=apply {posargs}" {env:LAMPSTACK_DIR}/site.yml
[testenv:profile]
setenv =
{[testenv]setenv}
ANSIBLE_CALLBACK_WHITELIST = profile_tasks
commands = ansible-playbook -vvv -e "action=apply {posargs}" {env:LAMPSTACK_DIR}/site.yml
commands = ansible-playbook -e "action=apply {posargs}" {env:LAMPSTACK_DIR}/site.yml
[testenv:lampstack-syntax]
setenv =
{[testenv]setenv}
commands = ansible-playbook -vvv --syntax-check {env:LAMPSTACK_DIR}/site.yml -e "action=apply {posargs}"
ansible-playbook -vvv --syntax-check {env:LAMPSTACK_DIR}/site.yml -e "action=destroy {posargs}"
commands = ansible-playbook --syntax-check {env:LAMPSTACK_DIR}/site.yml -e "action=apply {posargs}"
ansible-playbook --syntax-check {env:LAMPSTACK_DIR}/site.yml -e "action=destroy {posargs}"