You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gather_video_facts is only possible with powered off guest vm but should be possible with powered on machine as well and only changes to video settings should required powered off VM
fatal: [localhost]: FAILED! => {"changed": false, "msg": "VM state should be poweredoff to reconfigure video card settings."}
EXPECTED RESULTS
Usually I would expect that I can gather video facts as long as guest is running, or is there any other way to check video settings without using vmware_guest_video module?
The text was updated successfully, but these errors were encountered:
SUMMARY
gather_video_facts is only possible with powered off guest vm but should be possible with powered on machine as well and only changes to video settings should required powered off VM
ISSUE TYPE
COMPONENT NAME
vmware_guest_video
ANSIBLE VERSION
2.9.13
OS / ENVIRONMENT
vSphere 7.0
STEPS TO REPRODUCE
ansible playbook
task:
ACTUAL RESULTS
EXPECTED RESULTS
Usually I would expect that I can gather video facts as long as guest is running, or is there any other way to check video settings without using vmware_guest_video module?
The text was updated successfully, but these errors were encountered: