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:
parent
50dcce185f
commit
f4943bcf4c
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: netapp_e_lun_mapping
|
module: netapp_e_lun_mapping
|
||||||
author: Kevin Hulquest (@hulquest)
|
author: Kevin Hulquest (@hulquest)
|
||||||
short_description:
|
short_description: Create or Remove LUN Mappings
|
||||||
- Create or Remove LUN Mappings
|
|
||||||
description:
|
description:
|
||||||
- Allows for the creation and removal of volume to host mappings for NetApp E-series storage arrays.
|
- Allows for the creation and removal of volume to host mappings for NetApp E-series storage arrays.
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
|
|
Loading…
Reference in a new issue