From 7e64717b6aeb83d1263c56224610c9c0ea72f63e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 22 Mar 2020 02:24:38 +0100 Subject: [PATCH] Try without --- functions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions b/functions index 84649e6..d4d1ef5 100755 --- a/functions +++ b/functions @@ -43,8 +43,7 @@ dokku-ansible-playbook-run() { dokku_col_log_info1_quiet "running ansible-playbook with $args" ansible-playbook \ --extra-vars "dokku_lib_root=$DOKKU_LIB_ROOT" \ - "$args" \ - "$play_path" + $args $play_path } dokku-ansible-playbook-vault-pass-cmd() {