Add better default

This commit is contained in:
Luke Murphy 2020-03-22 00:07:17 +01:00
parent 9be671129e
commit 50914efdc5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 8 deletions

View File

@ -3,14 +3,7 @@
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
ansible_default_cmd() {
echo -e 'Usage: dokku ansible[:COMMAND]'
echo ''
echo 'Run ansible playbooks during deployment'
echo ''
echo 'Commands:'
cat<<help_content
ansible:vault-pass, Insert new vault password for encrypt/decrypt of passwords
help_content
dokku_log_fail "Please use one of the specified commands, run dokku ansible:help"
}
ansible_default_cmd "$@"