diff --git a/commands b/commands index 32482b2..3662a0b 100755 --- a/commands +++ b/commands @@ -1,24 +1,27 @@ #!/usr/bin/env bash -[[ " help ansible-playbook:help " == *" $1 "* ]] || exit "$DOKKU_NOT_IMPLEMENTED_EXIT" +[[ " help ansible:help " == *" $1 "* ]] || exit "$DOKKU_NOT_IMPLEMENTED_EXIT" set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x case "$1" in - help | ansible-playbook:help | ansible-playbook) + help | ansible:help) help_content_func() { + #shellcheck disable=SC2034 declare desc="return ansible-playbook plugin help content" cat<