From 705018a417e830d6985f10cef108f02456b25871 Mon Sep 17 00:00:00 2001 From: teh 4r9h Date: Sat, 11 Jul 2015 02:53:32 +0200 Subject: [PATCH] Misspell in mail.py callback. Looks like little misspell. --- lib/ansible/plugins/callback/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/callback/mail.py b/lib/ansible/plugins/callback/mail.py index 46b24091307..c82acdf2fcb 100644 --- a/lib/ansible/plugins/callback/mail.py +++ b/lib/ansible/plugins/callback/mail.py @@ -81,7 +81,7 @@ class CallbackModule(CallbackBase): body += 'A complete dump of the error:\n\n' + str(res._result['msg']) mail(sender=sender, subject=subject, body=body) - def v2_runner_on_unreachable(self, ressult): + def v2_runner_on_unreachable(self, result): host = result._host.get_name() res = result._result