diff --git a/entrypoint b/entrypoint index 58fd7a6..93b3fc2 100755 --- a/entrypoint +++ b/entrypoint @@ -8,6 +8,7 @@ run_command(){ $@ } +printenv if [ -z "$PLUGIN_PLAYBOOK" ]; then echo -e "⚠️ \e[31m'playbook' setting not defined, ABORT!\e[39m"