From f4943bcf4cab6ad884431054d4ef0706d6262b77 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Mon, 19 Sep 2016 11:27:07 -0400 Subject: [PATCH] Fix 'netapp_e_lun_mapping ... documentation error' (#2966) The 'short_description' in netapp_e_lun_mapping was a list instead of txt. This fixes errors on 'ansible-doc -l' of form: ERROR! module netapp_e_lun_mapping has a documentation error formatting or is missing documentation Fixes: #17634 (ansible/ansible) --- .../modules/extras/storage/netapp/netapp_e_lun_mapping.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/storage/netapp/netapp_e_lun_mapping.py b/lib/ansible/modules/extras/storage/netapp/netapp_e_lun_mapping.py index 7a4e28fcdaf..be3c27515e5 100644 --- a/lib/ansible/modules/extras/storage/netapp/netapp_e_lun_mapping.py +++ b/lib/ansible/modules/extras/storage/netapp/netapp_e_lun_mapping.py @@ -21,8 +21,7 @@ DOCUMENTATION = ''' --- module: netapp_e_lun_mapping author: Kevin Hulquest (@hulquest) -short_description: - - Create or Remove LUN Mappings +short_description: Create or Remove LUN Mappings description: - Allows for the creation and removal of volume to host mappings for NetApp E-series storage arrays. version_added: "2.2"