From 06062334316ad8d030cd78e389fbdb339a481dd5 Mon Sep 17 00:00:00 2001 From: Chrrrles Paul Date: Fri, 11 Dec 2015 09:57:10 -0500 Subject: [PATCH] Changing docs to reflect vm_name as the default vm_id_type --- lib/ansible/modules/extras/cloud/vmware/vmware_vm_shell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/vmware/vmware_vm_shell.py b/lib/ansible/modules/extras/cloud/vmware/vmware_vm_shell.py index 6c81d612f7..c33e3e5c71 100644 --- a/lib/ansible/modules/extras/cloud/vmware/vmware_vm_shell.py +++ b/lib/ansible/modules/extras/cloud/vmware/vmware_vm_shell.py @@ -58,11 +58,12 @@ options: vm_id_type: description: - The identification tag for the VM - default: dns_name + default: vm_name choices: - 'uuid' - 'dns_name' - 'inventory_path' + - 'vm_name' required: False vm_username: description: