Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos in web_infrastructure modules #62202

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -140,7 +140,7 @@
default: 'no'
ask_inventory:
description:
- Propmt user for inventory on launch.
- Prompt user for inventory on launch.
type: bool
default: 'no'
ask_credential:
Expand Down
Expand Up @@ -101,7 +101,7 @@
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:
Expand Down
Expand Up @@ -69,7 +69,7 @@
description: The import messages
returned: success, fail
type: list
sample: [ 'Message 1', 'Messag 2' ]
sample: [ 'Message 1', 'Message 2' ]
'''

import os
Expand Down
Expand Up @@ -42,7 +42,7 @@
- Password of the user.
superuser:
description:
- User is a system wide administator.
- User is a system wide administrator.
type: bool
default: 'no'
auditor:
Expand Down
Expand Up @@ -37,7 +37,7 @@
timeout:
description:
- If waiting for the workflow to complete this will abort after this
- ammount of seconds
amount of seconds

requirements:
- "python >= 2.6"
Expand Down
Expand Up @@ -34,7 +34,7 @@
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:
Expand Down Expand Up @@ -80,7 +80,7 @@
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') }}"

Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/web_infrastructure/jenkins_plugin.py
Expand Up @@ -95,7 +95,7 @@
only the Web UI credentials.
- It's necessary to notify the handler or call the I(service) module to
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.
- 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
Expand Down
4 changes: 2 additions & 2 deletions lib/ansible/modules/web_infrastructure/rundeck_acl_policy.py
Expand Up @@ -90,11 +90,11 @@
returned: failed
type: str
before:
description: dictionnary containing ACL policy informations before modification.
description: Dictionary containing ACL policy informations before modification.
returned: success
type: dict
after:
description: dictionnary containing ACL policy informations after modification.
description: Dictionary containing ACL policy informations after modification.
returned: success
type: dict
'''
Expand Down