mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
947be2ebaf
commit
0adb20adcb
1 changed files with 3 additions and 3 deletions
|
@ -10,19 +10,19 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = r"""
|
||||
module: pacemaker_info
|
||||
short_description: Gather information about pacemaker cluster
|
||||
short_description: Gather information about Pacemaker cluster
|
||||
author:
|
||||
- Dexter Le (@munchtoast)
|
||||
version_added: 11.2.0
|
||||
description:
|
||||
- Gather information about the cluster
|
||||
- Gather information about a Pacemaker cluster.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
- community.general.attributes.info_module
|
||||
"""
|
||||
|
||||
EXAMPLES = r"""
|
||||
- name: Gather pacemaker cluster info
|
||||
- name: Gather Pacemaker cluster info
|
||||
community.general.pacemaker_info:
|
||||
register: result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue