From 7212bc294e453264476f71392b201c7aca12601e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 3 May 2016 10:10:28 -0700 Subject: [PATCH] Fix documentation --- lib/ansible/modules/extras/cloud/vmware/vmware_vm_shell.py | 1 - 1 file changed, 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 da4a7f6221..80b4df192b 100644 --- a/lib/ansible/modules/extras/cloud/vmware/vmware_vm_shell.py +++ b/lib/ansible/modules/extras/cloud/vmware/vmware_vm_shell.py @@ -59,7 +59,6 @@ options: - 'inventory_path' - 'vm_name' required: False - default: None vm_username: description: - The user to connect to the VM.