Drop back verbosity

This commit is contained in:
Luke Murphy 2020-04-01 11:04:03 +02:00
parent d6838e0347
commit bdec39b591
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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