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
6f2a8553ee
commit
8ab06cba80
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = '''
|
||||
module: pacemaker_stonith
|
||||
short_description: Manage pacemaker STONITH
|
||||
short_description: Manage Pacemaker STONITH
|
||||
author:
|
||||
- Dexter Le (@munchtoast)
|
||||
version_added: 11.2.0
|
||||
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:
|
||||
- name: Pacemaker STONITH documentation
|
||||
description: Complete documentation for Pacemaker STONITH.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue