mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 18:31:25 -07:00
Fix some typos (#16498)
This commit is contained in:
parent
4f76222f5b
commit
47f715fb37
11 changed files with 12 additions and 12 deletions
|
@ -7,7 +7,7 @@ from ansible.playbook.play import Play
|
|||
from ansible.executor.task_queue_manager import TaskQueueManager
|
||||
from ansible.plugins.callback import CallbackBase
|
||||
|
||||
# Creat a callback object so we can capture the output
|
||||
# Create a callback object so we can capture the output
|
||||
class ResultsCollector(CallbackBase):
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue