We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91f4f6 commit b4e5123Copy full SHA for b4e5123
src/main/scripts/ci/deploy.sh
@@ -25,6 +25,10 @@ trap 'cleanup' EXIT SIGHUP SIGINT SIGTERM
25
# See: https://docs.ansible.com/ansible/2.9/user_guide/connection_details.html#host-key-checking
26
export ANSIBLE_HOST_KEY_CHECKING=False
27
28
+# Make the output of a failed task human readable.
29
+# See: https://docs.ansible.com/ansible/2.9/reference_appendices/config.html#envvar-ANSIBLE_STDOUT_CALLBACK
30
+export ANSIBLE_STDOUT_CALLBACK=debug
31
+
32
if [ -z "${encrypted_bf07cb25089f_key:-}" ] || [ -z "${encrypted_bf07cb25089f_iv:-}" ] ; then
33
echo >&2 'ERROR: encrypted_bf07cb25089f_key or encrypted_bf07cb25089f_iv were not defined!'
34
exit 1
0 commit comments