diff --git a/commands b/commands new file mode 100755 index 0000000..32482b2 --- /dev/null +++ b/commands @@ -0,0 +1,35 @@ +#!/usr/bin/env bash + +[[ " help ansible-playbook:help " == *" $1 "* ]] || exit "$DOKKU_NOT_IMPLEMENTED_EXIT" + +set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x + +case "$1" in + + help | ansible-playbook:help | ansible-playbook) + help_content_func() { + declare desc="return ansible-playbook plugin help content" + cat<