You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 18:43:09 +03:00
remove extraneous doc fragments (#9433)
This commit is contained in:
@ -10,15 +10,6 @@ __metaclass__ = type
|
|||||||
|
|
||||||
class ModuleDocFragment(object):
|
class ModuleDocFragment(object):
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
|
||||||
options: {}
|
|
||||||
# See respective platform section for more details
|
|
||||||
requirements:
|
|
||||||
- See respective platform section for more details
|
|
||||||
notes:
|
|
||||||
- Ansible modules are available for EMC VNX.
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Documentation fragment for VNX (emc_vnx)
|
# Documentation fragment for VNX (emc_vnx)
|
||||||
EMC_VNX = r'''
|
EMC_VNX = r'''
|
||||||
options:
|
options:
|
||||||
|
@ -10,16 +10,6 @@ __metaclass__ = type
|
|||||||
|
|
||||||
class ModuleDocFragment(object):
|
class ModuleDocFragment(object):
|
||||||
|
|
||||||
# Standard Pure Storage documentation fragment
|
|
||||||
DOCUMENTATION = r"""
|
|
||||||
options: {}
|
|
||||||
# See separate platform section for more details
|
|
||||||
requirements:
|
|
||||||
- See separate platform section for more details
|
|
||||||
notes:
|
|
||||||
- 'Ansible modules are available for the following Pure Storage products: FlashArray, FlashBlade.'
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Documentation fragment for FlashBlade
|
# Documentation fragment for FlashBlade
|
||||||
FB = r"""
|
FB = r"""
|
||||||
options:
|
options:
|
||||||
|
@ -10,15 +10,6 @@ __metaclass__ = type
|
|||||||
|
|
||||||
class ModuleDocFragment(object):
|
class ModuleDocFragment(object):
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
|
||||||
options: {}
|
|
||||||
# See respective platform section for more details
|
|
||||||
requirements:
|
|
||||||
- See respective platform section for more details
|
|
||||||
notes:
|
|
||||||
- Ansible modules are available for Vexata VX100 arrays.
|
|
||||||
"""
|
|
||||||
|
|
||||||
# Documentation fragment for Vexata VX100 series
|
# Documentation fragment for Vexata VX100 series
|
||||||
VX100 = r'''
|
VX100 = r'''
|
||||||
options:
|
options:
|
||||||
|
Reference in New Issue
Block a user