mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
minor doc fixes to xenserver_facts
This commit is contained in:
@@ -18,11 +18,13 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: xenserver_facts
|
||||
version_added: 1.7
|
||||
version_added: "2.0"
|
||||
short_description: get facts reported on xenserver
|
||||
description:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user