mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
fix typos in web_infrastructure modules (#62202)
This commit is contained in:
parent
bffc1bfdd4
commit
30a6efdb93
@ -140,7 +140,7 @@ options:
|
||||
default: 'no'
|
||||
ask_inventory:
|
||||
description:
|
||||
- Propmt user for inventory on launch.
|
||||
- Prompt user for inventory on launch.
|
||||
type: bool
|
||||
default: 'no'
|
||||
ask_credential:
|
||||
|
||||
@ -101,7 +101,7 @@ options:
|
||||
required: False
|
||||
account_sid:
|
||||
description:
|
||||
- The Twillio accound SID. Required if I(notification_type=twillio).
|
||||
- The Twillio account SID. Required if I(notification_type=twillio).
|
||||
required: False
|
||||
subdomain:
|
||||
description:
|
||||
|
||||
@ -69,7 +69,7 @@ output:
|
||||
description: The import messages
|
||||
returned: success, fail
|
||||
type: list
|
||||
sample: [ 'Message 1', 'Messag 2' ]
|
||||
sample: [ 'Message 1', 'Message 2' ]
|
||||
'''
|
||||
|
||||
import os
|
||||
|
||||
@ -42,7 +42,7 @@ options:
|
||||
- Password of the user.
|
||||
superuser:
|
||||
description:
|
||||
- User is a system wide administator.
|
||||
- User is a system wide administrator.
|
||||
type: bool
|
||||
default: 'no'
|
||||
auditor:
|
||||
|
||||
@ -37,7 +37,7 @@ options:
|
||||
timeout:
|
||||
description:
|
||||
- If waiting for the workflow to complete this will abort after this
|
||||
- ammount of seconds
|
||||
amount of seconds
|
||||
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
|
||||
@ -34,7 +34,7 @@ options:
|
||||
version_added: "2.9"
|
||||
ask_inventory:
|
||||
description:
|
||||
- Propmt user for inventory on launch.
|
||||
- Prompt user for inventory on launch.
|
||||
type: bool
|
||||
version_added: "2.9"
|
||||
description:
|
||||
@ -80,7 +80,7 @@ extends_documentation_fragment: tower
|
||||
EXAMPLES = '''
|
||||
- tower_workflow_template:
|
||||
name: Workflow Template
|
||||
description: My very first Worflow Template
|
||||
description: My very first Workflow Template
|
||||
organization: My optional Organization
|
||||
schema: "{{ lookup('file', 'my_workflow.json') }}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user