From 758cd74ec10dbe1b83de8230b973764c6a3dc9d7 Mon Sep 17 00:00:00 2001 From: Logan V Date: Wed, 14 Mar 2018 09:01:58 -0500 Subject: [PATCH] Stop running get-ansible-role-requirements with -vvv It generates a lot of console spam and adds very little value to clone the roles with verbose every time. Change-Id: If66a4d09dda8bab477c8f8aa8d5cefee7db7ddd9 --- scripts/bootstrap-ansible.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index 7f750d04f6..6572c41540 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -316,8 +316,7 @@ if [ -f "${ANSIBLE_ROLE_FILE}" ]; then pushd tests /opt/ansible-runtime/bin/ansible-playbook get-ansible-role-requirements.yml \ -i ${OSA_CLONE_DIR}/tests/test-inventory.ini \ - -e role_file="${ANSIBLE_ROLE_FILE}" \ - -vvv + -e role_file="${ANSIBLE_ROLE_FILE}" popd unset ANSIBLE_LIBRARY