From 4e4ae1508eda5fa1bc214284d022d75ef6ac3d09 Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Thu, 2 Aug 2018 09:37:14 +0200 Subject: [PATCH] Removing required from documentaion of name parameter (#43530) * Removing required from documentaion of name parameter * extra text to make clearer when name is required --- 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 68d48bd80c9..41cb274a446 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. - required: true + - This option is required unless I(command) is C(list_vms). state: description: - Note that there may be some lag for state requests like C(shutdown)