Increase ansible verbosity to 2

This commit is contained in:
Brian C. Lane 2019-09-19 14:09:37 -07:00
parent c2620b0c85
commit 27a4165089
1 changed files with 1 additions and 0 deletions

View File

@ -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