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)
pull/18777/head
Adrian Likins 8 years ago committed by Matt Clay
parent 50dcce185f
commit f4943bcf4c

@ -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"

Loading…
Cancel
Save