Use and ownership info for the pacemaker module

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I05074d04218c8664b9aff79e18caaad6bae04704
This commit is contained in:
Jiri Podivin 2021-06-02 15:02:00 +02:00
parent 6313bd0be2
commit 0dad256003
1 changed files with 5 additions and 1 deletions

View File

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