mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix some typos (#16498)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user