From 31e6a182eab54ca0ff5e9837c68227523de087c7 Mon Sep 17 00:00:00 2001 From: Ben Partridge Date: Tue, 3 Nov 2020 11:52:26 +1100 Subject: [PATCH] Move logging to extra verbose --- bin/ansible-with-atl-env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ansible-with-atl-env b/bin/ansible-with-atl-env index 948d926..1683c3a 100755 --- a/bin/ansible-with-atl-env +++ b/bin/ansible-with-atl-env @@ -18,7 +18,7 @@ set +a # Use Ansible from virtualenv if provided pipenv run \ - ansible-playbook -v \ + ansible-playbook -vvv \ $ATL_DEPLOYMENT_REPOSITORY_CUSTOM_PARAMS \ -e "${PLAYBOOK_INVOCATION_EXTRA_PARAMS}" \ -i $INV \