all: fix all the the duplicate words (#66784)

This commit is contained in:
Eitan Adler 2020-01-28 11:06:40 -08:00 committed by ansibot
parent b482857fd3
commit 86663abf37
42 changed files with 43 additions and 43 deletions

View file

@ -309,7 +309,7 @@ For example:
debug: msg="{{ showmevar }}" debug: msg="{{ showmevar }}"
tags: [ never, debug ] tags: [ never, debug ]
The rarely-used debug task in the example above only runs when you specifically request the the ``debug`` or ``never`` tags. The rarely-used debug task in the example above only runs when you specifically request the ``debug`` or ``never`` tags.
.. _using_tags: .. _using_tags:

View file

@ -298,7 +298,7 @@ class GalaxyAPI:
done = (data.get('next_link', None) is None) done = (data.get('next_link', None) is None)
# https://github.com/ansible/ansible/issues/64355 # https://github.com/ansible/ansible/issues/64355
# api_server contains part of the API path but next_link includes the the /api part so strip it out. # api_server contains part of the API path but next_link includes the /api part so strip it out.
url_info = urlparse(self.api_server) url_info = urlparse(self.api_server)
base_url = "%s://%s/" % (url_info.scheme, url_info.netloc) base_url = "%s://%s/" % (url_info.scheme, url_info.netloc)

View file

@ -436,7 +436,7 @@ options:
suboptions: suboptions:
error_code: error_code:
type: int type: int
description: The error code the the custom error page is for. description: The error code the custom error page is for.
error_caching_min_ttl: error_caching_min_ttl:
type: int type: int
description: The length of time (in seconds) that CloudFront will cache status codes for. description: The length of time (in seconds) that CloudFront will cache status codes for.

View file

@ -66,7 +66,7 @@ options:
type: str type: str
table_id: table_id:
description: description:
- The ID of the the table. - The ID of the table.
required: false required: false
type: str type: str
clustering: clustering:
@ -544,7 +544,7 @@ tableReference:
type: str type: str
tableId: tableId:
description: description:
- The ID of the the table. - The ID of the table.
returned: success returned: success
type: str type: str
clustering: clustering:

View file

@ -128,7 +128,7 @@ resources:
type: str type: str
tableId: tableId:
description: description:
- The ID of the the table. - The ID of the table.
returned: success returned: success
type: str type: str
clustering: clustering:

View file

@ -236,7 +236,7 @@ description:
type: str type: str
storageBytes: storageBytes:
description: description:
- A size of the the storage used by the snapshot. As snapshots share storage, this - A size of the storage used by the snapshot. As snapshots share storage, this
number is expected to change with snapshot creation/deletion. number is expected to change with snapshot creation/deletion.
returned: success returned: success
type: int type: int

View file

@ -144,7 +144,7 @@ resources:
type: str type: str
storageBytes: storageBytes:
description: description:
- A size of the the storage used by the snapshot. As snapshots share storage, - A size of the storage used by the snapshot. As snapshots share storage,
this number is expected to change with snapshot creation/deletion. this number is expected to change with snapshot creation/deletion.
returned: success returned: success
type: int type: int

View file

@ -41,7 +41,7 @@ options:
- List of any valid API objects, such as a I(DeploymentConfig), I(Service), etc. The object - List of any valid API objects, such as a I(DeploymentConfig), I(Service), etc. The object
will be created exactly as defined here, with any parameter values substituted in prior to creation. will be created exactly as defined here, with any parameter values substituted in prior to creation.
The definition of these objects can reference parameters defined earlier. The definition of these objects can reference parameters defined earlier.
- As part of the the list user can pass also I(VirtualMachine) kind. When passing I(VirtualMachine) - As part of the list user can pass also I(VirtualMachine) kind. When passing I(VirtualMachine)
user must use Ansible structure of the parameters not the Kubernetes API structure. For more information user must use Ansible structure of the parameters not the Kubernetes API structure. For more information
please take a look at M(kubevirt_vm) module and at EXAMPLES section, where you can see example. please take a look at M(kubevirt_vm) module and at EXAMPLES section, where you can see example.
type: list type: list

View file

@ -52,7 +52,7 @@ options:
type: str type: str
domain: domain:
description: description:
- The domain name to be used for the the ESXi host. - The domain name to be used for the ESXi host.
type: str type: str
dns_servers: dns_servers:
description: description:

View file

@ -139,7 +139,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -160,7 +160,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -127,7 +127,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -133,7 +133,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -136,7 +136,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -133,7 +133,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -127,7 +127,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -125,7 +125,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -126,7 +126,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -93,7 +93,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -134,7 +134,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -192,7 +192,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -151,7 +151,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -43,7 +43,7 @@ options:
default: profile_access default: profile_access
force: force:
description: description:
- If C(no), the file will only be transferred if it does not exist in the the destination. - If C(no), the file will only be transferred if it does not exist in the destination.
type: bool type: bool
default: yes default: yes
partition: partition:

View file

@ -57,7 +57,7 @@ options:
type: bool type: bool
force: force:
description: description:
- If C(no), the file will only be transferred if it does not exist in the the destination. - If C(no), the file will only be transferred if it does not exist in the destination.
default: yes default: yes
type: bool type: bool
partition: partition:

View file

@ -187,7 +187,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
type: str type: str

View file

@ -445,7 +445,7 @@ class ModuleManager(object):
pass pass
def wait_for_software_install_on_device(self): def wait_for_software_install_on_device(self):
# We need to delay this slightly in case the the volume needs to be # We need to delay this slightly in case the volume needs to be
# created first # created first
for dummy in range(10): for dummy in range(10):
try: try:

View file

@ -105,7 +105,7 @@ options:
description: description:
- List of modules to be discovered and imported into the device. - List of modules to be discovered and imported into the device.
- These modules must be provisioned on the target device otherwise operation will fail. - These modules must be provisioned on the target device otherwise operation will fail.
- The C(ltm) module must always be specified when performing discovery or re-discovery of the the device. - The C(ltm) module must always be specified when performing discovery or re-discovery of the device.
- When C(asm) or C(afm) are specified C(shared_security) module needs to also be declared. - When C(asm) or C(afm) are specified C(shared_security) module needs to also be declared.
type: list type: list
choices: choices:

View file

@ -190,7 +190,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -152,7 +152,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -139,7 +139,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -144,7 +144,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -155,7 +155,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -139,7 +139,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -192,7 +192,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -109,7 +109,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -164,7 +164,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -135,7 +135,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -159,7 +159,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -97,7 +97,7 @@ options:
suboptions: suboptions:
filename: filename:
description: description:
- The filename to be used to store the backup configuration. If the the filename - The filename to be used to store the backup configuration. If the filename
is not given it will be generated based on the hostname, current time and date is not given it will be generated based on the hostname, current time and date
in format defined by <hostname>_config.<current-date>@<current-time> in format defined by <hostname>_config.<current-date>@<current-time>
dir_path: dir_path:

View file

@ -331,7 +331,7 @@ class NetAppOntapVolumeAutosize(object):
if not self.use_rest: if not self.use_rest:
netapp_utils.ems_log_event("na_ontap_volume_autosize", self.server) netapp_utils.ems_log_event("na_ontap_volume_autosize", self.server)
if self.use_rest: if self.use_rest:
# we only have the volume name, we need to the the uuid for the volume # we only have the volume name, we need to the uuid for the volume
uuid = self.get_volume_uuid() uuid = self.get_volume_uuid()
current = self.get_volume_autosize(uuid=uuid) current = self.get_volume_autosize(uuid=uuid)
converted_parameters = copy.deepcopy(self.parameters) converted_parameters = copy.deepcopy(self.parameters)

View file

@ -51,7 +51,7 @@ options:
username: username:
description: description:
- The username that is used when testing the initial connection. - The username that is used when testing the initial connection.
- This is never saved with a mapped drive, the the M(win_credential) module - This is never saved with a mapped drive, the M(win_credential) module
to persist a username and password for a host. to persist a username and password for a host.
- This is required if the mapped drive requires authentication with - This is required if the mapped drive requires authentication with
custom credentials and become, or CredSSP cannot be used. custom credentials and become, or CredSSP cannot be used.

View file

@ -207,7 +207,7 @@ class Connection(NetworkConnectionBase):
super(Connection, self).__init__(play_context, new_stdin, *args, **kwargs) super(Connection, self).__init__(play_context, new_stdin, *args, **kwargs)
# If network_os is not specified then set the network os to auto # If network_os is not specified then set the network os to auto
# This will be used to trigger the the use of guess_network_os when connecting. # This will be used to trigger the use of guess_network_os when connecting.
self._network_os = self._network_os or 'auto' self._network_os = self._network_os or 'auto'
self.netconf = netconf_loader.get(self._network_os, self) self.netconf = netconf_loader.get(self._network_os, self)