From 28543ae20820be1460cf5b4f9a94d07f2e22886b Mon Sep 17 00:00:00 2001 From: Jack Scheible Date: Tue, 11 Feb 2020 10:20:25 -0500 Subject: [PATCH] Update virt.py (#66899) ##### SUMMARY The info command also does not require the name option, which is completely ignored. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr --- lib/ansible/modules/cloud/misc/virt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/misc/virt.py b/lib/ansible/modules/cloud/misc/virt.py index 268f62b9515..c7ee7c2d9df 100644 --- a/lib/ansible/modules/cloud/misc/virt.py +++ b/lib/ansible/modules/cloud/misc/virt.py @@ -25,7 +25,7 @@ options: description: - name of the guest VM being managed. Note that VM must be previously defined with xml. - - This option is required unless I(command) is C(list_vms). + - This option is required unless I(command) is C(list_vms) or C(info). state: description: - Note that there may be some lag for state requests like C(shutdown)