mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
Add DOCUMENTATION attribute to ipaclient/ipaclient_get_facts.py.
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
#!/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
|
||||||
|
|||||||
Reference in New Issue
Block a user