mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
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)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user