mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-01 05:53:26 -07:00
Fix typos: s/the the/the/ (#10867)
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run
This commit is contained in:
parent
4b644ae41b
commit
41b65161bd
7 changed files with 7 additions and 7 deletions
|
@ -103,7 +103,7 @@ plugin_routing:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 12.0.0
|
removal_version: 12.0.0
|
||||||
warning_text: >-
|
warning_text: >-
|
||||||
The plugin has been superseded by the the option `result_format=yaml` in callback plugin ansible.builtin.default from ansible-core 2.13 onwards.
|
The plugin has been superseded by the option `result_format=yaml` in callback plugin ansible.builtin.default from ansible-core 2.13 onwards.
|
||||||
connection:
|
connection:
|
||||||
docker:
|
docker:
|
||||||
redirect: community.docker.docker
|
redirect: community.docker.docker
|
||||||
|
|
|
@ -97,7 +97,7 @@ options:
|
||||||
otel_exporter_otlp_traces_protocol:
|
otel_exporter_otlp_traces_protocol:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- E(OTEL_EXPORTER_OTLP_TRACES_PROTOCOL) represents the the transport protocol for spans.
|
- E(OTEL_EXPORTER_OTLP_TRACES_PROTOCOL) represents the transport protocol for spans.
|
||||||
- See
|
- See
|
||||||
U(https://opentelemetry-python.readthedocs.io/en/latest/sdk/environment_variables.html#envvar-OTEL_EXPORTER_OTLP_TRACES_PROTOCOL).
|
U(https://opentelemetry-python.readthedocs.io/en/latest/sdk/environment_variables.html#envvar-OTEL_EXPORTER_OTLP_TRACES_PROTOCOL).
|
||||||
default: grpc
|
default: grpc
|
||||||
|
|
|
@ -12,7 +12,7 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
venv:
|
venv:
|
||||||
description:
|
description:
|
||||||
- Use the the Python interpreter from this virtual environment.
|
- Use the Python interpreter from this virtual environment.
|
||||||
- Pass the path to the root of the virtualenv, not the C(bin/) directory nor the C(python) executable.
|
- Pass the path to the root of the virtualenv, not the C(bin/) directory nor the C(python) executable.
|
||||||
type: path
|
type: path
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -145,7 +145,7 @@ options:
|
||||||
type: str
|
type: str
|
||||||
required: false
|
required: false
|
||||||
description:
|
description:
|
||||||
- Sets the the assignee when O(operation) is V(create), V(transition), or V(edit).
|
- Sets the assignee when O(operation) is V(create), V(transition), or V(edit).
|
||||||
- Recent versions of JIRA no longer accept a user name as a user identifier. In that case, use O(account_id) instead.
|
- Recent versions of JIRA no longer accept a user name as a user identifier. In that case, use O(account_id) instead.
|
||||||
- Note that JIRA may not allow changing field values on specific transitions or states.
|
- Note that JIRA may not allow changing field values on specific transitions or states.
|
||||||
account_id:
|
account_id:
|
||||||
|
|
|
@ -50,7 +50,7 @@ options:
|
||||||
- Use O(cache_name) as the ticket cache name and location.
|
- Use O(cache_name) as the ticket cache name and location.
|
||||||
- If this option is not used, the default cache name and location are used.
|
- If this option is not used, the default cache name and location are used.
|
||||||
- The default credentials cache may vary between systems.
|
- The default credentials cache may vary between systems.
|
||||||
- If not set the the value of E(KRB5CCNAME) environment variable is used instead, its value is used to name the default
|
- If not set the value of E(KRB5CCNAME) environment variable is used instead, its value is used to name the default
|
||||||
ticket cache.
|
ticket cache.
|
||||||
type: str
|
type: str
|
||||||
lifetime:
|
lifetime:
|
||||||
|
|
|
@ -1111,7 +1111,7 @@ def main():
|
||||||
module.fail_json(msg=to_native(result['msg']))
|
module.fail_json(msg=to_native(result['msg']))
|
||||||
|
|
||||||
for command in command_list:
|
for command in command_list:
|
||||||
# standardize on the Power* commands, but allow the the legacy
|
# standardize on the Power* commands, but allow the legacy
|
||||||
# GracefulRestart command
|
# GracefulRestart command
|
||||||
if command == 'GracefulRestart':
|
if command == 'GracefulRestart':
|
||||||
command = 'PowerGracefulRestart'
|
command = 'PowerGracefulRestart'
|
||||||
|
|
|
@ -32,7 +32,7 @@ notes:
|
||||||
- It is possible to interact with C(subscription-manager) only as root, so root permissions are required to successfully
|
- It is possible to interact with C(subscription-manager) only as root, so root permissions are required to successfully
|
||||||
run this module.
|
run this module.
|
||||||
- Since community.general 6.5.0, credentials (that is, O(username) and O(password), O(activationkey), or O(token)) are needed
|
- Since community.general 6.5.0, credentials (that is, O(username) and O(password), O(activationkey), or O(token)) are needed
|
||||||
only in case the the system is not registered, or O(force_register) is specified; this makes it possible to use the module
|
only in case the system is not registered, or O(force_register) is specified; this makes it possible to use the module
|
||||||
to tweak an already registered system, for example attaching pools to it (using O(pool_ids)), and modifying the C(syspurpose)
|
to tweak an already registered system, for example attaching pools to it (using O(pool_ids)), and modifying the C(syspurpose)
|
||||||
attributes (using O(syspurpose)).
|
attributes (using O(syspurpose)).
|
||||||
requirements:
|
requirements:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue