diff options
author | Eitan Adler <grimreaper@users.noreply.github.com> | 2020-01-28 11:06:40 -0800 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2020-01-28 14:06:40 -0500 |
commit | 86663abf371d8352498554ab72c00c55890b5588 (patch) | |
tree | ca5fcbefd6a2278a3fd0c2cf1e4584a0d679c668 /lib/ansible/modules/storage | |
parent | b482857fd31d3de39f50e74064fb6a4acbfe583c (diff) | |
download | ansible-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.py | 2 |
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) |