Try without

This commit is contained in:
Luke Murphy 2020-03-22 02:24:38 +01:00
parent d7105032fd
commit 7e64717b6a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -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() {