diff --git a/lib/ansible/modules/cloud/misc/virt.py b/lib/ansible/modules/cloud/misc/virt.py index 959ab6da686..68d48bd80c9 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