From cd2af0b06a54d84a977e05a8655807b897130616 Mon Sep 17 00:00:00 2001 From: Chris Archibald Date: Fri, 17 Aug 2018 14:29:42 -0700 Subject: [PATCH] Bug Fixes for ontap_license.py (#44203) --- lib/ansible/modules/storage/netapp/na_ontap_license.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/storage/netapp/na_ontap_license.py b/lib/ansible/modules/storage/netapp/na_ontap_license.py index 8549753533e..eba90c224da 100644 --- a/lib/ansible/modules/storage/netapp/na_ontap_license.py +++ b/lib/ansible/modules/storage/netapp/na_ontap_license.py @@ -20,7 +20,7 @@ short_description: Manage NetApp ONTAP protocol and feature licenses extends_documentation_fragment: - netapp.na_ontap version_added: '2.6' -author: Sumit Kumar (sumit4@netapp.com), Archana Ganesan (garchana@netapp.com), Suhas Bangalore Shekar (bsuhas@netapp.com) +author: NetApp Ansible Team (ng-ansibleteam@netapp.com) description: - Add or remove licenses on NetApp ONTAP.