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 }