Add sudo pass and trim up vault pass command

This commit is contained in:
Luke Murphy
2020-04-13 13:09:32 +02:00
parent e46a56fe3e
commit 70d3ec94d2
3 changed files with 35 additions and 7 deletions

8
subcommands/sudo-pass Executable file
View 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 "$@"