Skip to content
Snippets Groups Projects
Commit b5c579b1 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Add DOCUMENTATION attribute to ipaclient/ipaclient_get_facts.py.

parent 122068ce
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- 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 os
import re import re
import six import six
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment