Misc typo for Ansible

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2017-06-21 09:48:40 +05:30 committed by Brian Coca
parent 33c61d1cdf
commit e8072ee616
5 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@
'''
DOCUMENTATION:
callback: default
short_description: default Ansbile screen output
short_description: default Ansible screen output
version_added: historical
description:
- This is the default output callback for ansible-playbook.

View file

@ -192,7 +192,7 @@ class CallbackModule(CallbackBase):
'ansible_task': result._task,
'ansible_result': self._dump_results(result._result)
}
self.logger.error("ansbile unreachable", extra=data)
self.logger.error("ansible unreachable", extra=data)
def v2_runner_on_async_failed(self, result, **kwargs):
data = {