From 270bc58b84d16888c4ca493c222faf07001dc626 Mon Sep 17 00:00:00 2001 From: Chris Archibald Date: Fri, 17 Aug 2018 14:15:38 -0700 Subject: [PATCH] Bug Fixes for ontap_snmp.py (#44217) --- lib/ansible/modules/storage/netapp/na_ontap_snmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/storage/netapp/na_ontap_snmp.py b/lib/ansible/modules/storage/netapp/na_ontap_snmp.py index 83cb39f4d2..9b94b553aa 100644 --- a/lib/ansible/modules/storage/netapp/na_ontap_snmp.py +++ b/lib/ansible/modules/storage/netapp/na_ontap_snmp.py @@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = ''' -author: "Archana Ganesan (garchana@netapp.com), Suhas Bangalore Shekar (bsuhas@netapp.com)" +author: NetApp Ansible Team (ng-ansibleteam@netapp.com) description: - "Create/Delete SNMP community" extends_documentation_fragment: