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