summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-07-10 20:56:31 -0400
committerBrian Coca <bcoca@ansible.com>2015-07-10 20:56:31 -0400
commitce4f7fcb69eeaa3f97af2c27dbf6d6a27ec8ae76 (patch)
treed75d4e220d6b23f57fc239282c83b6f6840e022b
parente9a3a2912d51cadb1307e05502c5c525763af90f (diff)
parent705018a417e830d6985f10cef108f02456b25871 (diff)
downloadansible-ce4f7fcb69eeaa3f97af2c27dbf6d6a27ec8ae76.tar.gz
Merge pull request #11557 from jotes/patch-1
Misspell in mail.py callback.
-rw-r--r--lib/ansible/plugins/callback/mail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/callback/mail.py b/lib/ansible/plugins/callback/mail.py
index 46b2409130..c82acdf2fc 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