From 0f1bf6c8c1be7e80ab517340ecb8b3e8924da1b8 Mon Sep 17 00:00:00 2001 From: Stewart Rutledge Date: Thu, 13 Nov 2014 22:01:26 +0100 Subject: [PATCH] Fixed a typo on power options --- lib/ansible/modules/cloud/vmware/vsphere_guest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/vmware/vsphere_guest.py b/lib/ansible/modules/cloud/vmware/vsphere_guest.py index 8511857557e..378e3ecb9eb 100644 --- a/lib/ansible/modules/cloud/vmware/vsphere_guest.py +++ b/lib/ansible/modules/cloud/vmware/vsphere_guest.py @@ -67,7 +67,7 @@ options: description: - Indicate desired state of the vm. default: present - choices: ['present', 'powered_on', 'absent', 'powered_on', 'restarted', 'reconfigured'] + choices: ['present', 'powered_off', 'absent', 'powered_on', 'restarted', 'reconfigured'] from_template: description: - Specifies if the VM should be deployed from a template (cannot be ran with state)