mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 13:44: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"""
|
DOCUMENTATION = r"""
|
||||||
module: pacemaker_info
|
module: pacemaker_info
|
||||||
short_description: Gather information about pacemaker cluster
|
short_description: Gather information about Pacemaker cluster
|
||||||
author:
|
author:
|
||||||
- Dexter Le (@munchtoast)
|
- Dexter Le (@munchtoast)
|
||||||
version_added: 11.2.0
|
version_added: 11.2.0
|
||||||
description:
|
description:
|
||||||
- Gather information about the cluster
|
- Gather information about a Pacemaker cluster.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
- community.general.attributes.info_module
|
- community.general.attributes.info_module
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = r"""
|
EXAMPLES = r"""
|
||||||
- name: Gather pacemaker cluster info
|
- name: Gather Pacemaker cluster info
|
||||||
community.general.pacemaker_info:
|
community.general.pacemaker_info:
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue