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

10 lines
205 B
Bash
Executable File

#!/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 "$@"