Add common functions

This commit is contained in:
Luke Murphy
2020-03-19 23:45:06 +01:00
parent 50b2c86429
commit b5eb80147a
4 changed files with 17 additions and 5 deletions

View File

@ -2,6 +2,8 @@
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
function run_playbook() {
local play_path="$1"
local requirements="$2"