From 0dad2560034522deaaa69eba6a6ab6486e056187 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 2 Jun 2021 15:02:00 +0200 Subject: [PATCH] Use and ownership info for the pacemaker module Signed-off-by: Jiri Podivin Change-Id: I05074d04218c8664b9aff79e18caaad6bae04704 --- library/pacemaker.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library/pacemaker.py b/library/pacemaker.py index 5169435c3..c78d79bcb 100644 --- a/library/pacemaker.py +++ b/library/pacemaker.py @@ -11,7 +11,9 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. - +"""pacemaker module +Used by the pacemaker_status validation. +""" from ansible.module_utils.basic import AnsibleModule from xml.etree import ElementTree from yaml import safe_load as yaml_safe_load @@ -22,6 +24,8 @@ module: pacemaker short_description: Return status from a pacemaker status XML description: - Return status from a pacemaker status XML + - Used by the pacemaker_status validation. + - Owned by the DF PIDONE options: status: required: true