From 9018c63e56a2bb314523d9a35c878370b482c1f5 Mon Sep 17 00:00:00 2001 From: kbreit Date: Fri, 16 Feb 2018 04:15:17 -0600 Subject: [PATCH] Improved language around XML description. (#36263) * Improved language around XML description. * Moved details on second line --- lib/ansible/modules/cloud/misc/virt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/misc/virt.py b/lib/ansible/modules/cloud/misc/virt.py index 959ab6da68..68d48bd80c 100644 --- a/lib/ansible/modules/cloud/misc/virt.py +++ b/lib/ansible/modules/cloud/misc/virt.py @@ -48,6 +48,7 @@ options: xml: description: - XML document used with the define command. + - Must be raw XML content using C(lookup). XML cannot be reference to a file. requirements: - python >= 2.6 - libvirt-python