Run at -vv verbosity

This commit is contained in:
Luke Murphy 2020-03-28 02:05:10 +01:00
parent ddb545a32e
commit d8a9614716
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ dokku-ansible-playbook-run() {
dokku_col_log_info1_quiet "$play_path file found"
ansible-playbook \
-vv \
--extra-vars "dokku_lib_root=$DOKKU_LIB_ROOT" \
$args $play_path
}