Attempt to see if the error itself can give us a little more information

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-14 22:51:53 +02:00
parent 3f7c896509
commit 9c6e27ca13

View file

@ -102,6 +102,7 @@ class CallbackModule(CallbackBase):
except ConnectionException as e:
LOGGER.warning("Error sending message %s: %s", msg.id, e)
print("Error sending message %s: %s", msg.id, e)
print(e)
self.playbook_path = path
def v2_playbook_on_stats(self, stats):