Remove quotes

This commit is contained in:
Luke Murphy 2020-04-13 14:10:10 +02:00
parent 886671c313
commit 09e8fc31a1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 2 deletions

View File

@ -217,10 +217,11 @@ dokku-ansible-deploy-post-delete() {
dokku_col_log_info1_quiet "Running $POST_DELETE"
# shellcheck disable=SC2086
ansible-playbook \
--extra-vars "app=$APP" \
--extra-vars "dokku_lib_root=$DOKKU_LIB_ROOT" \
--extra-vars "app_config_root=$APP_DIR" \
"$CMD_ARGS" \
"$POST_DELETE"
$CMD_ARGS \
$POST_DELETE
}