WIP debug mode on invocation

This commit is contained in:
Luke Murphy 2020-04-15 11:59:25 +02:00
parent dc1a032021
commit 5231a3a5a0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ dokku-ansible-deploy-pre-deploy() {
# shellcheck disable=SC2086
ansible-playbook \
-vvvvv \
--extra-vars "app=$APP" \
--extra-vars "dokku_lib_root=$DOKKU_LIB_ROOT" \
--extra-vars "app_config_root=$APP_DIR" \