Add sudo pass and trim up vault pass command
This commit is contained in:
8
subcommands/sudo-pass
Executable file
8
subcommands/sudo-pass
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
|
||||
|
||||
# shellcheck disable=SC1090
|
||||
source "$PLUGIN_AVAILABLE_PATH/ansible-deploy/functions"
|
||||
|
||||
dokku-ansible-deploy-sudo-pass-cmd "$@"
|
Reference in New Issue
Block a user