summaryrefslogtreecommitdiff
path: root/lib/ansible
diff options
context:
space:
mode:
authorEitan Adler <grimreaper@users.noreply.github.com>2020-01-28 11:06:40 -0800
committeransibot <ansibot@users.noreply.github.com>2020-01-28 14:06:40 -0500
commit86663abf371d8352498554ab72c00c55890b5588 (patch)
treeca5fcbefd6a2278a3fd0c2cf1e4584a0d679c668 /lib/ansible
parentb482857fd31d3de39f50e74064fb6a4acbfe583c (diff)
downloadansible-86663abf371d8352498554ab72c00c55890b5588.tar.gz
all: fix all the the duplicate words (#66784)
Diffstat (limited to 'lib/ansible')
-rw-r--r--lib/ansible/galaxy/api.py2
-rw-r--r--lib/ansible/modules/cloud/amazon/cloudfront_distribution.py2
-rw-r--r--lib/ansible/modules/cloud/google/gcp_bigquery_table.py4
-rw-r--r--lib/ansible/modules/cloud/google/gcp_bigquery_table_info.py2
-rw-r--r--lib/ansible/modules/cloud/google/gcp_compute_snapshot.py2
-rw-r--r--lib/ansible/modules/cloud/google/gcp_compute_snapshot_info.py2
-rw-r--r--lib/ansible/modules/cloud/kubevirt/kubevirt_template.py2
-rw-r--r--lib/ansible/modules/cloud/vmware/vmware_host_dns.py2
-rw-r--r--lib/ansible/modules/network/aireos/aireos_config.py2
-rw-r--r--lib/ansible/modules/network/aruba/aruba_config.py2
-rw-r--r--lib/ansible/modules/network/asa/asa_config.py2
-rw-r--r--lib/ansible/modules/network/cli/cli_config.py2
-rw-r--r--lib/ansible/modules/network/cloudengine/ce_config.py2
-rw-r--r--lib/ansible/modules/network/cnos/cnos_config.py2
-rw-r--r--lib/ansible/modules/network/dellos10/dellos10_config.py2
-rw-r--r--lib/ansible/modules/network/dellos6/dellos6_config.py2
-rw-r--r--lib/ansible/modules/network/dellos9/dellos9_config.py2
-rw-r--r--lib/ansible/modules/network/edgeos/edgeos_config.py2
-rw-r--r--lib/ansible/modules/network/enos/enos_config.py2
-rw-r--r--lib/ansible/modules/network/eos/eos_config.py2
-rw-r--r--lib/ansible/modules/network/exos/exos_config.py2
-rw-r--r--lib/ansible/modules/network/f5/bigip_apm_policy_fetch.py2
-rw-r--r--lib/ansible/modules/network/f5/bigip_asm_policy_fetch.py2
-rw-r--r--lib/ansible/modules/network/f5/bigip_imish_config.py2
-rw-r--r--lib/ansible/modules/network/f5/bigip_software_install.py2
-rw-r--r--lib/ansible/modules/network/f5/bigiq_device_discovery.py2
-rw-r--r--lib/ansible/modules/network/ios/ios_config.py2
-rw-r--r--lib/ansible/modules/network/iosxr/iosxr_config.py2
-rw-r--r--lib/ansible/modules/network/ironware/ironware_config.py2
-rw-r--r--lib/ansible/modules/network/junos/junos_config.py2
-rw-r--r--lib/ansible/modules/network/netconf/netconf_config.py2
-rw-r--r--lib/ansible/modules/network/nos/nos_config.py2
-rw-r--r--lib/ansible/modules/network/nxos/nxos_config.py2
-rw-r--r--lib/ansible/modules/network/onyx/onyx_config.py2
-rw-r--r--lib/ansible/modules/network/slxos/slxos_config.py2
-rw-r--r--lib/ansible/modules/network/sros/sros_config.py2
-rw-r--r--lib/ansible/modules/network/voss/voss_config.py2
-rw-r--r--lib/ansible/modules/network/vyos/vyos_config.py2
-rw-r--r--lib/ansible/modules/storage/netapp/na_ontap_volume_autosize.py2
-rw-r--r--lib/ansible/modules/windows/win_mapped_drive.py2
-rw-r--r--lib/ansible/plugins/connection/netconf.py2
41 files changed, 42 insertions, 42 deletions
diff --git a/lib/ansible/galaxy/api.py b/lib/ansible/galaxy/api.py
index 8874234945..9ba48e7984 100644
--- a/lib/ansible/galaxy/api.py
+++ b/lib/ansible/galaxy/api.py
@@ -298,7 +298,7 @@ class GalaxyAPI:
done = (data.get('next_link', None) is None)
# 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)
base_url = "%s://%s/" % (url_info.scheme, url_info.netloc)
diff --git a/lib/ansible/modules/cloud/amazon/cloudfront_distribution.py b/lib/ansible/modules/cloud/amazon/cloudfront_distribution.py
index c9eacf5fb9..225f5c9984 100644
--- a/lib/ansible/modules/cloud/amazon/cloudfront_distribution.py
+++ b/lib/ansible/modules/cloud/amazon/cloudfront_distribution.py
@@ -436,7 +436,7 @@ options:
suboptions:
error_code:
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:
type: int
description: The length of time (in seconds) that CloudFront will cache status codes for.
diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_table.py b/lib/ansible/modules/cloud/google/gcp_bigquery_table.py
index fdbd25caa1..4a4f8804e6 100644
--- a/lib/ansible/modules/cloud/google/gcp_bigquery_table.py
+++ b/lib/ansible/modules/cloud/google/gcp_bigquery_table.py
@@ -66,7 +66,7 @@ options:
type: str
table_id:
description:
- - The ID of the the table.
+ - The ID of the table.
required: false
type: str
clustering:
@@ -544,7 +544,7 @@ tableReference:
type: str
tableId:
description:
- - The ID of the the table.
+ - The ID of the table.
returned: success
type: str
clustering:
diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_table_info.py b/lib/ansible/modules/cloud/google/gcp_bigquery_table_info.py
index f012617686..e72d8326ed 100644
--- a/lib/ansible/modules/cloud/google/gcp_bigquery_table_info.py
+++ b/lib/ansible/modules/cloud/google/gcp_bigquery_table_info.py
@@ -128,7 +128,7 @@ resources:
type: str
tableId:
description:
- - The ID of the the table.
+ - The ID of the table.
returned: success
type: str
clustering:
diff --git a/lib/ansible/modules/cloud/google/gcp_compute_snapshot.py b/lib/ansible/modules/cloud/google/gcp_compute_snapshot.py
index 2c8ff31e24..29b27e8e61 100644
--- a/lib/ansible/modules/cloud/google/gcp_compute_snapshot.py
+++ b/lib/ansible/modules/cloud/google/gcp_compute_snapshot.py
@@ -236,7 +236,7 @@ description:
type: str
storageBytes:
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.
returned: success
type: int
diff --git a/lib/ansible/modules/cloud/google/gcp_compute_snapshot_info.py b/lib/ansible/modules/cloud/google/gcp_compute_snapshot_info.py
index 01033ef3df..dc652b50ae 100644
--- a/lib/ansible/modules/cloud/google/gcp_compute_snapshot_info.py
+++ b/lib/ansible/modules/cloud/google/gcp_compute_snapshot_info.py
@@ -144,7 +144,7 @@ resources:
type: str
storageBytes:
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.
returned: success
type: int
diff --git a/lib/ansible/modules/cloud/kubevirt/kubevirt_template.py b/lib/ansible/modules/cloud/kubevirt/kubevirt_template.py
index 166880e680..1dba63bb5b 100644
--- a/lib/ansible/modules/cloud/kubevirt/kubevirt_template.py
+++ b/lib/ansible/modules/cloud/kubevirt/kubevirt_template.py
@@ -41,7 +41,7 @@ options:
- 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.
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
please take a look at M(kubevirt_vm) module and at EXAMPLES section, where you can see example.
type: list
diff --git a/lib/ansible/modules/cloud/vmware/vmware_host_dns.py b/lib/ansible/modules/cloud/vmware/vmware_host_dns.py
index bb64690f29..eeb578bc4d 100644
--- a/lib/ansible/modules/cloud/vmware/vmware_host_dns.py
+++ b/lib/ansible/modules/cloud/vmware/vmware_host_dns.py
@@ -52,7 +52,7 @@ options:
type: str
domain:
description:
- - The domain name to be used for the the ESXi host.
+ - The domain name to be used for the ESXi host.
type: str
dns_servers:
description:
diff --git a/lib/ansible/modules/network/aireos/aireos_config.py b/lib/ansible/modules/network/aireos/aireos_config.py
index 595912e1a2..19b39d40e8 100644
--- a/lib/ansible/modules/network/aireos/aireos_config.py
+++ b/lib/ansible/modules/network/aireos/aireos_config.py
@@ -139,7 +139,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/aruba/aruba_config.py b/lib/ansible/modules/network/aruba/aruba_config.py
index 05a107d688..1ce24768af 100644
--- a/lib/ansible/modules/network/aruba/aruba_config.py
+++ b/lib/ansible/modules/network/aruba/aruba_config.py
@@ -160,7 +160,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/asa/asa_config.py b/lib/ansible/modules/network/asa/asa_config.py
index ad49118e8a..9ddab8d1c1 100644
--- a/lib/ansible/modules/network/asa/asa_config.py
+++ b/lib/ansible/modules/network/asa/asa_config.py
@@ -127,7 +127,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/cli/cli_config.py b/lib/ansible/modules/network/cli/cli_config.py
index 6ab3d6cb2e..c1752f1e6a 100644
--- a/lib/ansible/modules/network/cli/cli_config.py
+++ b/lib/ansible/modules/network/cli/cli_config.py
@@ -133,7 +133,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/cloudengine/ce_config.py b/lib/ansible/modules/network/cloudengine/ce_config.py
index e68351f904..05e0669f14 100644
--- a/lib/ansible/modules/network/cloudengine/ce_config.py
+++ b/lib/ansible/modules/network/cloudengine/ce_config.py
@@ -136,7 +136,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/cnos/cnos_config.py b/lib/ansible/modules/network/cnos/cnos_config.py
index 5d52e8823b..b825e888ec 100644
--- a/lib/ansible/modules/network/cnos/cnos_config.py
+++ b/lib/ansible/modules/network/cnos/cnos_config.py
@@ -133,7 +133,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/dellos10/dellos10_config.py b/lib/ansible/modules/network/dellos10/dellos10_config.py
index 971d640c07..0e8177f1a0 100644
--- a/lib/ansible/modules/network/dellos10/dellos10_config.py
+++ b/lib/ansible/modules/network/dellos10/dellos10_config.py
@@ -127,7 +127,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/dellos6/dellos6_config.py b/lib/ansible/modules/network/dellos6/dellos6_config.py
index 21ec6bbca0..bdcb90bc3a 100644
--- a/lib/ansible/modules/network/dellos6/dellos6_config.py
+++ b/lib/ansible/modules/network/dellos6/dellos6_config.py
@@ -125,7 +125,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/dellos9/dellos9_config.py b/lib/ansible/modules/network/dellos9/dellos9_config.py
index 01a944a9b4..3ddc1d07ce 100644
--- a/lib/ansible/modules/network/dellos9/dellos9_config.py
+++ b/lib/ansible/modules/network/dellos9/dellos9_config.py
@@ -126,7 +126,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/edgeos/edgeos_config.py b/lib/ansible/modules/network/edgeos/edgeos_config.py
index 142d0ed55e..8aabeaf621 100644
--- a/lib/ansible/modules/network/edgeos/edgeos_config.py
+++ b/lib/ansible/modules/network/edgeos/edgeos_config.py
@@ -93,7 +93,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/enos/enos_config.py b/lib/ansible/modules/network/enos/enos_config.py
index 50df6bdf0a..78e4bcb2e5 100644
--- a/lib/ansible/modules/network/enos/enos_config.py
+++ b/lib/ansible/modules/network/enos/enos_config.py
@@ -134,7 +134,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/eos/eos_config.py b/lib/ansible/modules/network/eos/eos_config.py
index dcf7d1014c..6aef5f9e87 100644
--- a/lib/ansible/modules/network/eos/eos_config.py
+++ b/lib/ansible/modules/network/eos/eos_config.py
@@ -192,7 +192,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/exos/exos_config.py b/lib/ansible/modules/network/exos/exos_config.py
index c0bb8dfd3f..2870d5f22b 100644
--- a/lib/ansible/modules/network/exos/exos_config.py
+++ b/lib/ansible/modules/network/exos/exos_config.py
@@ -151,7 +151,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/f5/bigip_apm_policy_fetch.py b/lib/ansible/modules/network/f5/bigip_apm_policy_fetch.py
index c4e3d57c40..dc94bc275c 100644
--- a/lib/ansible/modules/network/f5/bigip_apm_policy_fetch.py
+++ b/lib/ansible/modules/network/f5/bigip_apm_policy_fetch.py
@@ -43,7 +43,7 @@ options:
default: profile_access
force:
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
default: yes
partition:
diff --git a/lib/ansible/modules/network/f5/bigip_asm_policy_fetch.py b/lib/ansible/modules/network/f5/bigip_asm_policy_fetch.py
index 22301eaa58..984bebf02e 100644
--- a/lib/ansible/modules/network/f5/bigip_asm_policy_fetch.py
+++ b/lib/ansible/modules/network/f5/bigip_asm_policy_fetch.py
@@ -57,7 +57,7 @@ options:
type: bool
force:
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
type: bool
partition:
diff --git a/lib/ansible/modules/network/f5/bigip_imish_config.py b/lib/ansible/modules/network/f5/bigip_imish_config.py
index 6a03efa248..059ec300f5 100644
--- a/lib/ansible/modules/network/f5/bigip_imish_config.py
+++ b/lib/ansible/modules/network/f5/bigip_imish_config.py
@@ -187,7 +187,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
type: str
diff --git a/lib/ansible/modules/network/f5/bigip_software_install.py b/lib/ansible/modules/network/f5/bigip_software_install.py
index cbe17b9f92..789c9d6198 100644
--- a/lib/ansible/modules/network/f5/bigip_software_install.py
+++ b/lib/ansible/modules/network/f5/bigip_software_install.py
@@ -445,7 +445,7 @@ class ModuleManager(object):
pass
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
for dummy in range(10):
try:
diff --git a/lib/ansible/modules/network/f5/bigiq_device_discovery.py b/lib/ansible/modules/network/f5/bigiq_device_discovery.py
index d0440f9164..3d76630dce 100644
--- a/lib/ansible/modules/network/f5/bigiq_device_discovery.py
+++ b/lib/ansible/modules/network/f5/bigiq_device_discovery.py
@@ -105,7 +105,7 @@ options:
description:
- List of modules to be discovered and imported into the device.
- 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.
type: list
choices:
diff --git a/lib/ansible/modules/network/ios/ios_config.py b/lib/ansible/modules/network/ios/ios_config.py
index 70a44a3ad7..b359c9cc78 100644
--- a/lib/ansible/modules/network/ios/ios_config.py
+++ b/lib/ansible/modules/network/ios/ios_config.py
@@ -190,7 +190,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/iosxr/iosxr_config.py b/lib/ansible/modules/network/iosxr/iosxr_config.py
index ad08241884..b283e3424c 100644
--- a/lib/ansible/modules/network/iosxr/iosxr_config.py
+++ b/lib/ansible/modules/network/iosxr/iosxr_config.py
@@ -152,7 +152,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/ironware/ironware_config.py b/lib/ansible/modules/network/ironware/ironware_config.py
index b06352add4..877acc65ff 100644
--- a/lib/ansible/modules/network/ironware/ironware_config.py
+++ b/lib/ansible/modules/network/ironware/ironware_config.py
@@ -139,7 +139,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/junos/junos_config.py b/lib/ansible/modules/network/junos/junos_config.py
index fc7ba9064d..24c3b885cf 100644
--- a/lib/ansible/modules/network/junos/junos_config.py
+++ b/lib/ansible/modules/network/junos/junos_config.py
@@ -144,7 +144,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/netconf/netconf_config.py b/lib/ansible/modules/network/netconf/netconf_config.py
index 0071277299..ddadfd68bf 100644
--- a/lib/ansible/modules/network/netconf/netconf_config.py
+++ b/lib/ansible/modules/network/netconf/netconf_config.py
@@ -155,7 +155,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/nos/nos_config.py b/lib/ansible/modules/network/nos/nos_config.py
index efb6b11dfb..091e1c8ae8 100644
--- a/lib/ansible/modules/network/nos/nos_config.py
+++ b/lib/ansible/modules/network/nos/nos_config.py
@@ -139,7 +139,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/nxos/nxos_config.py b/lib/ansible/modules/network/nxos/nxos_config.py
index e473eefd87..a7ad1c0484 100644
--- a/lib/ansible/modules/network/nxos/nxos_config.py
+++ b/lib/ansible/modules/network/nxos/nxos_config.py
@@ -192,7 +192,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/onyx/onyx_config.py b/lib/ansible/modules/network/onyx/onyx_config.py
index ae6958252e..9775d6e770 100644
--- a/lib/ansible/modules/network/onyx/onyx_config.py
+++ b/lib/ansible/modules/network/onyx/onyx_config.py
@@ -109,7 +109,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/slxos/slxos_config.py b/lib/ansible/modules/network/slxos/slxos_config.py
index f8a6f51472..f25aa823df 100644
--- a/lib/ansible/modules/network/slxos/slxos_config.py
+++ b/lib/ansible/modules/network/slxos/slxos_config.py
@@ -164,7 +164,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/sros/sros_config.py b/lib/ansible/modules/network/sros/sros_config.py
index ebb79bc134..1d75703b31 100644
--- a/lib/ansible/modules/network/sros/sros_config.py
+++ b/lib/ansible/modules/network/sros/sros_config.py
@@ -135,7 +135,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/voss/voss_config.py b/lib/ansible/modules/network/voss/voss_config.py
index 532342cc97..c1eb5caadf 100644
--- a/lib/ansible/modules/network/voss/voss_config.py
+++ b/lib/ansible/modules/network/voss/voss_config.py
@@ -159,7 +159,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/network/vyos/vyos_config.py b/lib/ansible/modules/network/vyos/vyos_config.py
index 5af2147172..f62e019f63 100644
--- a/lib/ansible/modules/network/vyos/vyos_config.py
+++ b/lib/ansible/modules/network/vyos/vyos_config.py
@@ -97,7 +97,7 @@ options:
suboptions:
filename:
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
in format defined by <hostname>_config.<current-date>@<current-time>
dir_path:
diff --git a/lib/ansible/modules/storage/netapp/na_ontap_volume_autosize.py b/lib/ansible/modules/storage/netapp/na_ontap_volume_autosize.py
index 26560d9908..b0adab1c47 100644
--- a/lib/ansible/modules/storage/netapp/na_ontap_volume_autosize.py
+++ b/lib/ansible/modules/storage/netapp/na_ontap_volume_autosize.py
@@ -331,7 +331,7 @@ class NetAppOntapVolumeAutosize(object):
if not self.use_rest:
netapp_utils.ems_log_event("na_ontap_volume_autosize", self.server)
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()
current = self.get_volume_autosize(uuid=uuid)
converted_parameters = copy.deepcopy(self.parameters)
diff --git a/lib/ansible/modules/windows/win_mapped_drive.py b/lib/ansible/modules/windows/win_mapped_drive.py
index d8f09e8572..e4e9c6f115 100644
--- a/lib/ansible/modules/windows/win_mapped_drive.py
+++ b/lib/ansible/modules/windows/win_mapped_drive.py
@@ -51,7 +51,7 @@ options:
username:
description:
- 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.
- This is required if the mapped drive requires authentication with
custom credentials and become, or CredSSP cannot be used.
diff --git a/lib/ansible/plugins/connection/netconf.py b/lib/ansible/plugins/connection/netconf.py
index fdacb1413c..6fac637322 100644
--- a/lib/ansible/plugins/connection/netconf.py
+++ b/lib/ansible/plugins/connection/netconf.py
@@ -207,7 +207,7 @@ class Connection(NetworkConnectionBase):
super(Connection, self).__init__(play_context, new_stdin, *args, **kwargs)
# 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.netconf = netconf_loader.get(self._network_os, self)