From b5c579b11be770b928ed423fb5d703c65932a723 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Wed, 10 Mar 2021 13:05:20 -0300 Subject: [PATCH] Add DOCUMENTATION attribute to ipaclient/ipaclient_get_facts.py. --- roles/ipaclient/library/ipaclient_get_facts.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/roles/ipaclient/library/ipaclient_get_facts.py b/roles/ipaclient/library/ipaclient_get_facts.py index 003715ef..b7e270fc 100644 --- a/roles/ipaclient/library/ipaclient_get_facts.py +++ b/roles/ipaclient/library/ipaclient_get_facts.py @@ -1,6 +1,15 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +DOCUMENTATION = """ +--- +module: ipaclient_get_facts +short description: Get facts about IPA client and server configuration. +description: Get facts about IPA client and server configuration. +author: + - Thomas Woerner +""" + import os import re import six -- GitLab