diff --git a/meta/runtime.yml b/meta/runtime.yml index f5cb689287..6556708764 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -103,7 +103,7 @@ plugin_routing: deprecation: removal_version: 12.0.0 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: docker: redirect: community.docker.docker diff --git a/plugins/callback/opentelemetry.py b/plugins/callback/opentelemetry.py index 80f24924b9..8c56babfa9 100644 --- a/plugins/callback/opentelemetry.py +++ b/plugins/callback/opentelemetry.py @@ -97,7 +97,7 @@ options: otel_exporter_otlp_traces_protocol: type: str 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 U(https://opentelemetry-python.readthedocs.io/en/latest/sdk/environment_variables.html#envvar-OTEL_EXPORTER_OTLP_TRACES_PROTOCOL). default: grpc diff --git a/plugins/doc_fragments/django.py b/plugins/doc_fragments/django.py index 6aeee65405..d6a29aee78 100644 --- a/plugins/doc_fragments/django.py +++ b/plugins/doc_fragments/django.py @@ -12,7 +12,7 @@ class ModuleDocFragment(object): options: venv: 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. type: path settings: diff --git a/plugins/modules/jira.py b/plugins/modules/jira.py index f99c252675..e83220c341 100644 --- a/plugins/modules/jira.py +++ b/plugins/modules/jira.py @@ -145,7 +145,7 @@ options: type: str required: false 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. - Note that JIRA may not allow changing field values on specific transitions or states. account_id: diff --git a/plugins/modules/krb_ticket.py b/plugins/modules/krb_ticket.py index 3a01944535..2ae7d92801 100644 --- a/plugins/modules/krb_ticket.py +++ b/plugins/modules/krb_ticket.py @@ -50,7 +50,7 @@ options: - 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. - 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. type: str lifetime: diff --git a/plugins/modules/redfish_command.py b/plugins/modules/redfish_command.py index f8578488e9..81e3f1c499 100644 --- a/plugins/modules/redfish_command.py +++ b/plugins/modules/redfish_command.py @@ -1111,7 +1111,7 @@ def main(): module.fail_json(msg=to_native(result['msg'])) 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 if command == 'GracefulRestart': command = 'PowerGracefulRestart' diff --git a/plugins/modules/redhat_subscription.py b/plugins/modules/redhat_subscription.py index 165bfb2891..cc08911a05 100644 --- a/plugins/modules/redhat_subscription.py +++ b/plugins/modules/redhat_subscription.py @@ -32,7 +32,7 @@ notes: - It is possible to interact with C(subscription-manager) only as root, so root permissions are required to successfully run this module. - 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) attributes (using O(syspurpose)). requirements: