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.