1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

[m-z]*.py: normalize doc_fragments (#9423)

This commit is contained in:
Alexei Znamensky
2024-12-28 02:37:39 +13:00
committed by GitHub
parent ed092956ba
commit 0afd3386d1
22 changed files with 395 additions and 436 deletions

View File

@ -10,14 +10,14 @@ __metaclass__ = type
class ModuleDocFragment(object):
DOCUMENTATION = r'''
options:
- See respective platform section for more details
DOCUMENTATION = r"""
options: {}
# See respective platform section for more details
requirements:
- See respective platform section for more details
- See respective platform section for more details
notes:
- Ansible modules are available for Vexata VX100 arrays.
'''
- Ansible modules are available for Vexata VX100 arrays.
"""
# Documentation fragment for Vexata VX100 series
VX100 = r'''