#!/usr/bin/env bash [[ " help ansible-deploy:help " == *" $1 "* ]] || exit "$DOKKU_NOT_IMPLEMENTED_EXIT" set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x case "$1" in help | ansible-deploy:help) help_content_func() { # shellcheck disable=SC2034 declare desc="return ansible-deploy plugin help content" cat<