From d8a9614716167c5034bcf3bd0e13a2bb49898503 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 28 Mar 2020 02:05:10 +0100 Subject: [PATCH] Run at -vv verbosity --- functions | 1 + 1 file changed, 1 insertion(+) diff --git a/functions b/functions index 9cf9ebf..ad1e526 100755 --- a/functions +++ b/functions @@ -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 }