mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
minor doc fixes to xenserver_facts
This commit is contained in:
parent
eab023f8db
commit
47fdd8a960
1 changed files with 4 additions and 2 deletions
|
@ -18,11 +18,13 @@
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: xenserver_facts
|
module: xenserver_facts
|
||||||
version_added: 1.7
|
version_added: "2.0"
|
||||||
short_description: get facts reported on xenserver
|
short_description: get facts reported on xenserver
|
||||||
description:
|
description:
|
||||||
- Reads data out of XenAPI, can be used instead of multiple xe commands.
|
- Reads data out of XenAPI, can be used instead of multiple xe commands.
|
||||||
author: Andy Hill, Tim Rupp
|
author:
|
||||||
|
- Andy Hill (@andyhky)
|
||||||
|
- Tim Rupp
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import platform
|
import platform
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue