mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
Misc typo for Ansible
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
33c61d1cdf
commit
e8072ee616
5 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue