From ab8578d3434c77808ff5a3792743452e079c8741 Mon Sep 17 00:00:00 2001 From: nevotheless Date: Tue, 28 Mar 2017 13:19:05 +0200 Subject: [PATCH] Update netapp_e_amg_sync.py (#22693) --- lib/ansible/modules/storage/netapp/netapp_e_amg_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/storage/netapp/netapp_e_amg_sync.py b/lib/ansible/modules/storage/netapp/netapp_e_amg_sync.py index 25495304e57..5a26aecff35 100644 --- a/lib/ansible/modules/storage/netapp/netapp_e_amg_sync.py +++ b/lib/ansible/modules/storage/netapp/netapp_e_amg_sync.py @@ -25,7 +25,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0', DOCUMENTATION = """ --- module: netapp_e_amg_sync -short_description: Conduct synchronization actions on asynchronous member groups. +short_description: Conduct synchronization actions on asynchronous mirror groups. description: - Allows for the initialization, suspension and resumption of an asynchronous mirror group's synchronization for NetApp E-series storage arrays. version_added: '2.2'