mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user