Fix some typos (#16498)

This commit is contained in:
Shota
2016-06-30 03:31:25 +09:00
committed by Brian Coca
parent 4f76222f5b
commit 47f715fb37
11 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ notes:
requirements:
- list of required things
- like the factor package
- or a specic platform
- or a specific platform
options:
# One or more of the following
option_name:

View File

@@ -30,7 +30,7 @@
## 192.168.1.110:
# Ex 3: You can create hosts using ranges and add children groups and vars to a group
# The child group can define anything you would normall add to a group
# The child group can define anything you would normally add to a group
##testing:
## hosts:

View File

@@ -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):