#!/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) help_content_func() { #shellcheck disable=SC2034 declare desc="return ansible-playbook plugin help content" cat<