This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-playbook/subcommands/default
2020-03-22 00:10:40 +01:00

12 lines
260 B
Bash
Executable File

#!/usr/bin/env bash
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
cmd-ansible-default() {
dokku_log_fail "Please use one of the specified commands, run dokku ansible:help"
}
cmd-ansible-default "$@"