mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 05:34:22 -07:00
Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
6f2a8553ee
commit
8ab06cba80
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
module: pacemaker_stonith
|
module: pacemaker_stonith
|
||||||
short_description: Manage pacemaker STONITH
|
short_description: Manage Pacemaker STONITH
|
||||||
author:
|
author:
|
||||||
- Dexter Le (@munchtoast)
|
- Dexter Le (@munchtoast)
|
||||||
version_added: 11.2.0
|
version_added: 11.2.0
|
||||||
description:
|
description:
|
||||||
- This module manages STONITH in a Pacemaker cluster using the pacemaker CLI.
|
- This module manages STONITH in a Pacemaker cluster using the Pacemaker CLI.
|
||||||
seealso:
|
seealso:
|
||||||
- name: Pacemaker STONITH documentation
|
- name: Pacemaker STONITH documentation
|
||||||
description: Complete documentation for Pacemaker STONITH.
|
description: Complete documentation for Pacemaker STONITH.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue