Fix some typos (#16498)

pull/16511/head
Shota 8 years ago committed by Brian Coca
parent 4f76222f5b
commit 47f715fb37

@ -2,7 +2,7 @@
#
# Define an Abiquo user with access to Abiquo API which will be used to
# perform required queries to obtain infromation to generate the Ansible
# perform required queries to obtain information to generate the Ansible
# inventory output.
#
[auth]

@ -127,7 +127,7 @@ Don't query the galaxy API when creating roles
LIST
----
The *list* sub-command is used to show what roles are currently instaled.
The *list* sub-command is used to show what roles are currently installed.
You can specify a role name, and if installed only that role will be shown.
USAGE
@ -334,7 +334,7 @@ Override the default server https://galaxy.ansible.com.
--list::
Show your configured integrations. Provids the ID of each integration
Show your configured integrations. Provides the ID of each integration
which can be used with the remove option.
--remove::

@ -144,7 +144,7 @@ Run operations with su (deprecated, use become).
*-R SU-USER*, *--su-user=*'SU_USER'::
run operations with su as this user (default=root) (deprecated, use become).
Run operations with su as this user (default=root) (deprecated, use become).
*-s*, *--sudo*::

@ -52,7 +52,7 @@ the password.
Show a help message related to the given sub-command.
If '--valut-password-file' is not supplied ansib-vault will automatically prompt for passwords as required.
If '--vault-password-file' is not supplied ansible-vault will automatically prompt for passwords as required.
CREATE

@ -104,7 +104,7 @@ Show help message and exit.
*-i* 'PATH', *--inventory=*'PATH'::
The 'PATH' to the inventory, which defaults to '/etc/ansible/hosts'.
Alternatively you can use a comma separated list of hosts or single host with traling comma 'host,'.
Alternatively you can use a comma separated list of hosts or single host with trailing comma 'host,'.
*-l* 'SUBSET', *--limit=*'SUBSET'::

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

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

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

@ -68,7 +68,7 @@ class AnsibleError(Exception):
def _get_error_lines_from_file(self, file_name, line_number):
'''
Returns the line in the file which coresponds to the reported error
Returns the line in the file which corresponds to the reported error
location, as well as the line preceding it (if the error did not
occur on the first line), to provide context to the error.
'''

@ -14,7 +14,7 @@ open dialog. You can stop by the development list, and we'd be glad to talk abo
* https://groups.google.com/forum/#!forum/ansible-devel
In the future, sometimes starting a discussion on the development list prior to implenting a feature can make getting things included a little easier, but it's not always necessary.
In the future, sometimes starting a discussion on the development list prior to implementing a feature can make getting things included a little easier, but it's not always necessary.
Thank you once again for this and your interest in Ansible!

@ -15,7 +15,7 @@ However, we're absolutely always up for discussion. Since this is a really busy
* https://groups.google.com/forum/#!forum/ansible-devel
In the future, sometimes starting a discussion on the development list prior to implenting a feature can make getting things included a little easier, but it's not always necessary.
In the future, sometimes starting a discussion on the development list prior to implementing a feature can make getting things included a little easier, but it's not always necessary.
Thank you once again for this and your interest in Ansible!

Loading…
Cancel
Save