diff --git a/cloud/vmware/vsphere_guest.py b/cloud/vmware/vsphere_guest.py index 378e3ecb9eb..86cc9f00fa7 100644 --- a/cloud/vmware/vsphere_guest.py +++ b/cloud/vmware/vsphere_guest.py @@ -65,18 +65,18 @@ options: default: null state: description: - - Indicate desired state of the vm. + - Indicate desired state of the vm. default: present 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) - default: no - choices: ['yes', 'no'] + - Specifies if the VM should be deployed from a template (cannot be ran with state) + default: no + choices: ['yes', 'no'] template_src: description: - - Name of the source template to deploy from - default: None + - Name of the source template to deploy from + default: None vm_disk: description: - A key, value list of disks and their sizes and which datastore to keep it in. diff --git a/windows/win_user.py b/windows/win_user.py index 6d3620fabbd..cd981916f1a 100644 --- a/windows/win_user.py +++ b/windows/win_user.py @@ -53,7 +53,7 @@ options: update_password: description: - C(always) will update passwords if they differ. C(on_create) will - only set the password for newly created users. + only set the password for newly created users. required: false choices: [ 'always', 'on_create' ] default: always