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
Plaintext
Raw Normal View History

2020-03-21 22:54:25 +00:00
#!/usr/bin/env bash
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
ansible_default_cmd() {
2020-03-21 23:07:17 +00:00
dokku_log_fail "Please use one of the specified commands, run dokku ansible:help"
2020-03-21 22:54:25 +00:00
}
ansible_default_cmd "$@"