From bdec39b591328510162cecf493c496eca492ae1d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Apr 2020 11:04:03 +0200 Subject: [PATCH] Drop back verbosity --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index e3fe55a..0b81e50 100755 --- a/functions +++ b/functions @@ -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 }