From 750f6f35ed62b74a34858611512a63a1fb961a25 Mon Sep 17 00:00:00 2001 From: Joseph Callen Date: Mon, 1 Feb 2016 11:35:02 -0500 Subject: [PATCH] Fixed documentation --- .../modules/extras/cloud/vmware/vmware_vswitch.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/vmware/vmware_vswitch.py b/lib/ansible/modules/extras/cloud/vmware/vmware_vswitch.py index d3b67000d5a..7b115056ef5 100644 --- a/lib/ansible/modules/extras/cloud/vmware/vmware_vswitch.py +++ b/lib/ansible/modules/extras/cloud/vmware/vmware_vswitch.py @@ -32,20 +32,6 @@ requirements: - "python >= 2.6" - PyVmomi options: - hostname: - description: - - The hostname or IP address of the ESXi server - required: True - username: - description: - - The username of the ESXi server - required: True - aliases: ['user', 'admin'] - password: - description: - - The password of the ESXi server - required: True - aliases: ['pass', 'pwd'] switch_name: description: - vSwitch name to add