From 86663abf371d8352498554ab72c00c55890b5588 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Tue, 28 Jan 2020 11:06:40 -0800 Subject: [PATCH] all: fix all the the duplicate words (#66784) --- docs/docsite/rst/user_guide/playbooks_tags.rst | 2 +- lib/ansible/galaxy/api.py | 2 +- lib/ansible/modules/cloud/amazon/cloudfront_distribution.py | 2 +- lib/ansible/modules/cloud/google/gcp_bigquery_table.py | 4 ++-- lib/ansible/modules/cloud/google/gcp_bigquery_table_info.py | 2 +- lib/ansible/modules/cloud/google/gcp_compute_snapshot.py | 2 +- lib/ansible/modules/cloud/google/gcp_compute_snapshot_info.py | 2 +- lib/ansible/modules/cloud/kubevirt/kubevirt_template.py | 2 +- lib/ansible/modules/cloud/vmware/vmware_host_dns.py | 2 +- lib/ansible/modules/network/aireos/aireos_config.py | 2 +- lib/ansible/modules/network/aruba/aruba_config.py | 2 +- lib/ansible/modules/network/asa/asa_config.py | 2 +- lib/ansible/modules/network/cli/cli_config.py | 2 +- lib/ansible/modules/network/cloudengine/ce_config.py | 2 +- lib/ansible/modules/network/cnos/cnos_config.py | 2 +- lib/ansible/modules/network/dellos10/dellos10_config.py | 2 +- lib/ansible/modules/network/dellos6/dellos6_config.py | 2 +- lib/ansible/modules/network/dellos9/dellos9_config.py | 2 +- lib/ansible/modules/network/edgeos/edgeos_config.py | 2 +- lib/ansible/modules/network/enos/enos_config.py | 2 +- lib/ansible/modules/network/eos/eos_config.py | 2 +- lib/ansible/modules/network/exos/exos_config.py | 2 +- lib/ansible/modules/network/f5/bigip_apm_policy_fetch.py | 2 +- lib/ansible/modules/network/f5/bigip_asm_policy_fetch.py | 2 +- lib/ansible/modules/network/f5/bigip_imish_config.py | 2 +- lib/ansible/modules/network/f5/bigip_software_install.py | 2 +- lib/ansible/modules/network/f5/bigiq_device_discovery.py | 2 +- lib/ansible/modules/network/ios/ios_config.py | 2 +- lib/ansible/modules/network/iosxr/iosxr_config.py | 2 +- lib/ansible/modules/network/ironware/ironware_config.py | 2 +- lib/ansible/modules/network/junos/junos_config.py | 2 +- lib/ansible/modules/network/netconf/netconf_config.py | 2 +- lib/ansible/modules/network/nos/nos_config.py | 2 +- lib/ansible/modules/network/nxos/nxos_config.py | 2 +- lib/ansible/modules/network/onyx/onyx_config.py | 2 +- lib/ansible/modules/network/slxos/slxos_config.py | 2 +- lib/ansible/modules/network/sros/sros_config.py | 2 +- lib/ansible/modules/network/voss/voss_config.py | 2 +- lib/ansible/modules/network/vyos/vyos_config.py | 2 +- .../modules/storage/netapp/na_ontap_volume_autosize.py | 2 +- lib/ansible/modules/windows/win_mapped_drive.py | 2 +- lib/ansible/plugins/connection/netconf.py | 2 +- 42 files changed, 43 insertions(+), 43 deletions(-) diff --git a/docs/docsite/rst/user_guide/playbooks_tags.rst b/docs/docsite/rst/user_guide/playbooks_tags.rst index e896218c7c5..b108868a2ef 100644 --- a/docs/docsite/rst/user_guide/playbooks_tags.rst +++ b/docs/docsite/rst/user_guide/playbooks_tags.rst @@ -309,7 +309,7 @@ For example: debug: msg="{{ showmevar }}" 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: diff --git a/lib/ansible/galaxy/api.py b/lib/ansible/galaxy/api.py index 8874234945f..9ba48e7984b 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 c9eacf5fb9b..225f5c9984b 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 fdbd25caa11..4a4f8804e62 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 f0126176865..e72d8326ed8 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 2c8ff31e241..29b27e8e61b 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 01033ef3df7..dc652b50aeb 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 166880e6808..1dba63bb5b6 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 bb64690f292..eeb578bc4dd 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 595912e1a26..19b39d40e8e 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/aruba/aruba_config.py b/lib/ansible/modules/network/aruba/aruba_config.py index 05a107d688f..1ce24768af4 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/asa/asa_config.py b/lib/ansible/modules/network/asa/asa_config.py index ad49118e8af..9ddab8d1c19 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/cli/cli_config.py b/lib/ansible/modules/network/cli/cli_config.py index 6ab3d6cb2e9..c1752f1e6a6 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/cloudengine/ce_config.py b/lib/ansible/modules/network/cloudengine/ce_config.py index e68351f9041..05e0669f140 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/cnos/cnos_config.py b/lib/ansible/modules/network/cnos/cnos_config.py index 5d52e8823b4..b825e888ec8 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/dellos10/dellos10_config.py b/lib/ansible/modules/network/dellos10/dellos10_config.py index 971d640c072..0e8177f1a0a 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/dellos6/dellos6_config.py b/lib/ansible/modules/network/dellos6/dellos6_config.py index 21ec6bbca03..bdcb90bc3a2 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/dellos9/dellos9_config.py b/lib/ansible/modules/network/dellos9/dellos9_config.py index 01a944a9b4d..3ddc1d07ce6 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/edgeos/edgeos_config.py b/lib/ansible/modules/network/edgeos/edgeos_config.py index 142d0ed55eb..8aabeaf621a 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/enos/enos_config.py b/lib/ansible/modules/network/enos/enos_config.py index 50df6bdf0a6..78e4bcb2e58 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/eos/eos_config.py b/lib/ansible/modules/network/eos/eos_config.py index dcf7d1014c2..6aef5f9e87f 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/exos/exos_config.py b/lib/ansible/modules/network/exos/exos_config.py index c0bb8dfd3f7..2870d5f22ba 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 _config.@ 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 c4e3d57c408..dc94bc275c4 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 22301eaa583..984bebf02e2 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 6a03efa2480..059ec300f53 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 _config.@ 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 cbe17b9f923..789c9d61989 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 d0440f9164f..3d76630dce2 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 70a44a3ad73..b359c9cc787 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/iosxr/iosxr_config.py b/lib/ansible/modules/network/iosxr/iosxr_config.py index ad082418845..b283e3424cd 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/ironware/ironware_config.py b/lib/ansible/modules/network/ironware/ironware_config.py index b06352add48..877acc65fff 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/junos/junos_config.py b/lib/ansible/modules/network/junos/junos_config.py index fc7ba9064d8..24c3b885cf6 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/netconf/netconf_config.py b/lib/ansible/modules/network/netconf/netconf_config.py index 00712772992..ddadfd68bf1 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/nos/nos_config.py b/lib/ansible/modules/network/nos/nos_config.py index efb6b11dfb6..091e1c8ae85 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/nxos/nxos_config.py b/lib/ansible/modules/network/nxos/nxos_config.py index e473eefd871..a7ad1c0484f 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/onyx/onyx_config.py b/lib/ansible/modules/network/onyx/onyx_config.py index ae6958252e1..9775d6e770d 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/slxos/slxos_config.py b/lib/ansible/modules/network/slxos/slxos_config.py index f8a6f51472b..f25aa823df6 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/sros/sros_config.py b/lib/ansible/modules/network/sros/sros_config.py index ebb79bc1346..1d75703b31f 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/voss/voss_config.py b/lib/ansible/modules/network/voss/voss_config.py index 532342cc975..c1eb5caadfa 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 _config.@ dir_path: diff --git a/lib/ansible/modules/network/vyos/vyos_config.py b/lib/ansible/modules/network/vyos/vyos_config.py index 5af21471724..f62e019f632 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 _config.@ 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 26560d9908c..b0adab1c47d 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 d8f09e85720..e4e9c6f1155 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 fdacb1413ca..6fac6373229 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)