Minor typos (#50371)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2019-01-15 17:07:00 +05:30
committed by John R Barker
parent 67b455a8ac
commit 4817dcd0fc
9 changed files with 10 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ DOCUMENTATION = '''
key: ssl_key
verify_certs:
description:
- Toggle to decidewhether to verify the Foreman certificate.
- Toggle to decide whether to verify the Foreman certificate.
- It can be set to '1' to verify SSL certificates using the installed CAs or to a path pointing to a CA bundle.
- Set to '0' to disable certificate checking.
env:

View File

@@ -10,7 +10,7 @@ DOCUMENTATION = '''
callback: osx_say
type: notification
requirements:
- whitelising in configuration
- whitelisting in configuration
- the '/usr/bin/say' command line program (standard on macOS)
short_description: oneline Ansible screen output
version_added: historical

View File

@@ -19,7 +19,7 @@ DOCUMENTATION = '''
- inventory_cache
options:
plugin:
description: the name of this plugin, it should alwys be set to 'foreman' for this plugin to recognize it as it's own.
description: the name of this plugin, it should always be set to 'foreman' for this plugin to recognize it as it's own.
required: True
choices: ['foreman']
url:

View File

@@ -40,7 +40,7 @@ EXAMPLES = '''
http_port=8080 # all members of 'web' will inherit these
myvar=23 # defined in a :vars section, interpreted as a string
[web:children] # child groups will automatically add their hosts to partent group
[web:children] # child groups will automatically add their hosts to parent group
apache
nginx