fix typos in web_infrastructure modules (#62202)

pull/62217/head
Andrey Klychkov 5 years ago committed by Alicia Cozine
parent d838a9021a
commit 655f771547

@ -140,7 +140,7 @@ options:
default: 'no' default: 'no'
ask_inventory: ask_inventory:
description: description:
- Propmt user for inventory on launch. - Prompt user for inventory on launch.
type: bool type: bool
default: 'no' default: 'no'
ask_credential: ask_credential:

@ -101,7 +101,7 @@ options:
required: False required: False
account_sid: account_sid:
description: description:
- The Twillio accound SID. Required if I(notification_type=twillio). - The Twillio account SID. Required if I(notification_type=twillio).
required: False required: False
subdomain: subdomain:
description: description:

@ -69,7 +69,7 @@ output:
description: The import messages description: The import messages
returned: success, fail returned: success, fail
type: list type: list
sample: [ 'Message 1', 'Messag 2' ] sample: [ 'Message 1', 'Message 2' ]
''' '''
import os import os

@ -42,7 +42,7 @@ options:
- Password of the user. - Password of the user.
superuser: superuser:
description: description:
- User is a system wide administator. - User is a system wide administrator.
type: bool type: bool
default: 'no' default: 'no'
auditor: auditor:

@ -37,7 +37,7 @@ options:
timeout: timeout:
description: description:
- If waiting for the workflow to complete this will abort after this - If waiting for the workflow to complete this will abort after this
- ammount of seconds amount of seconds
requirements: requirements:
- "python >= 2.6" - "python >= 2.6"

@ -34,7 +34,7 @@ options:
version_added: "2.9" version_added: "2.9"
ask_inventory: ask_inventory:
description: description:
- Propmt user for inventory on launch. - Prompt user for inventory on launch.
type: bool type: bool
version_added: "2.9" version_added: "2.9"
description: description:
@ -80,7 +80,7 @@ extends_documentation_fragment: tower
EXAMPLES = ''' EXAMPLES = '''
- tower_workflow_template: - tower_workflow_template:
name: Workflow Template name: Workflow Template
description: My very first Worflow Template description: My very first Workflow Template
organization: My optional Organization organization: My optional Organization
schema: "{{ lookup('file', 'my_workflow.json') }}" schema: "{{ lookup('file', 'my_workflow.json') }}"

@ -95,7 +95,7 @@ notes:
only the Web UI credentials. only the Web UI credentials.
- It's necessary to notify the handler or call the I(service) module to - It's necessary to notify the handler or call the I(service) module to
restart the Jenkins service after a new plugin was installed. restart the Jenkins service after a new plugin was installed.
- Pinning works only if the plugin is installed and Jenkis service was - Pinning works only if the plugin is installed and Jenkins service was
successfully restarted after the plugin installation. successfully restarted after the plugin installation.
- It is not possible to run the module remotely by changing the I(url) - It is not possible to run the module remotely by changing the I(url)
parameter to point to the Jenkins server. The module must be used on the parameter to point to the Jenkins server. The module must be used on the

@ -90,11 +90,11 @@ rundeck_response:
returned: failed returned: failed
type: str type: str
before: before:
description: dictionnary containing ACL policy informations before modification. description: Dictionary containing ACL policy informations before modification.
returned: success returned: success
type: dict type: dict
after: after:
description: dictionnary containing ACL policy informations after modification. description: Dictionary containing ACL policy informations after modification.
returned: success returned: success
type: dict type: dict
''' '''

Loading…
Cancel
Save