Add DOCUMENTATION attribute to ipaclient/ipaclient_get_facts.py.

This commit is contained in:
Rafael Guterres Jeffman
2021-03-10 13:05:20 -03:00
parent 122068cefc
commit b5c579b11b

View File

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