Add better default
This commit is contained in:
parent
9be671129e
commit
50914efdc5
@ -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 "$@"
|
||||
|
Reference in New Issue
Block a user