summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/storage
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/modules/storage
parentb482857fd31d3de39f50e74064fb6a4acbfe583c (diff)
downloadansible-86663abf371d8352498554ab72c00c55890b5588.tar.gz
all: fix all the the duplicate words (#66784)
Diffstat (limited to 'lib/ansible/modules/storage')
-rw-r--r--lib/ansible/modules/storage/netapp/na_ontap_volume_autosize.py2
1 files changed, 1 insertions, 1 deletions
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)