From 27a4165089c93d14cfe9ff62446ea127d0db5ca9 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 19 Sep 2019 14:09:37 -0700 Subject: [PATCH] Increase ansible verbosity to 2 --- src/lifted/upload.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lifted/upload.py b/src/lifted/upload.py index fb7a295a..c5942d61 100644 --- a/src/lifted/upload.py +++ b/src/lifted/upload.py @@ -191,6 +191,7 @@ class Upload: "image_path": self.image_path, }, event_handler=logger, + verbosity=2, ) # Try logging events and stats -- but they may not exist, so catch the error