From 0adb20adcb060bb913bc7227c05be27269828894 Mon Sep 17 00:00:00 2001 From: Dexter <45038532+munchtoast@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:18:46 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Felix Fontein --- plugins/modules/pacemaker_info.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/pacemaker_info.py b/plugins/modules/pacemaker_info.py index a3ed3fd205..81199c3117 100644 --- a/plugins/modules/pacemaker_info.py +++ b/plugins/modules/pacemaker_info.py @@ -10,19 +10,19 @@ __metaclass__ = type DOCUMENTATION = r""" module: pacemaker_info -short_description: Gather information about pacemaker cluster +short_description: Gather information about Pacemaker cluster author: - Dexter Le (@munchtoast) version_added: 11.2.0 description: - - Gather information about the cluster + - Gather information about a Pacemaker cluster. extends_documentation_fragment: - community.general.attributes - community.general.attributes.info_module """ EXAMPLES = r""" -- name: Gather pacemaker cluster info +- name: Gather Pacemaker cluster info community.general.pacemaker_info: register: result