Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Dexter 2025-07-28 09:17:50 -04:00 committed by GitHub
commit 8ab06cba80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.