ansible / community

This repository is being archived. See https://github.com/ansible-community/presentations and https://github.com/ansible-community/meetings for the new locations
Apache License 2.0
489 stars 144 forks source link

vmware_guest doesn't poweroff VMs or perform hardware changes #620

Closed RobotScience closed 3 years ago

RobotScience commented 3 years ago

Module: vmware_guest

  1. Can get VM info from vSphere fine
  2. When I attempt to set state to 'shutdownguest' the task executes ok but fails to do anything to the VM (nothing shows in vSphere as happening)
  3. When I attempt to set state to 'poweredoff' it states: "Folder is required parameter while deploying new virtual machine" (?)
  4. When I manually power down the VM and try to change hardware on the VM it thinks I'm trying to deploy a new VM and tells me:

image

vSphere: 6.7.0 Build: 18010599

Ansible Support

felixfontein commented 3 years ago

This repository is not for support. Please read the bottom of your question, it includes the part of the issue template which tells you where you can ask for support.