From 47fdd8a9607e2a45c92f0117fdd68f3a793ad2b0 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 28 Jul 2015 16:12:50 -0400 Subject: [PATCH] minor doc fixes to xenserver_facts --- lib/ansible/modules/extras/cloud/xenserver_facts.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/xenserver_facts.py b/lib/ansible/modules/extras/cloud/xenserver_facts.py index 1977f9fe2b..54ca338975 100644 --- a/lib/ansible/modules/extras/cloud/xenserver_facts.py +++ b/lib/ansible/modules/extras/cloud/xenserver_facts.py @@ -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