From 8ab06cba80bfa4b71d2e9fe7f6af956f661e7af1 Mon Sep 17 00:00:00 2001 From: Dexter <45038532+munchtoast@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:17:50 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Felix Fontein --- plugins/modules/pacemaker_stonith.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/pacemaker_stonith.py b/plugins/modules/pacemaker_stonith.py index d6982f5cad..bc1bbb8fc4 100644 --- a/plugins/modules/pacemaker_stonith.py +++ b/plugins/modules/pacemaker_stonith.py @@ -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.