diff --git a/.github/scripts/ansible/keycloak_remote_installer.sh b/.github/scripts/ansible/keycloak_remote_installer.sh index 5d04ed1c4e7..72332577c19 100755 --- a/.github/scripts/ansible/keycloak_remote_installer.sh +++ b/.github/scripts/ansible/keycloak_remote_installer.sh @@ -11,6 +11,6 @@ CLUSTER_NAME=$2 KEYCLOAK_SRC=$3 MAVEN_ARCHIVE=$4 -ansible-playbook -i ${CLUSTER_NAME}_${REGION}_inventory.yml keycloak.yml \ +ansible-playbook -vvvv -i ${CLUSTER_NAME}_${REGION}_inventory.yml keycloak.yml \ -e "keycloak_src=\"${KEYCLOAK_SRC}\"" \ -e "maven_archive=\"${MAVEN_ARCHIVE}\""