Hi,
I am following the ansible for beginners course and trying to setup a local environment as provided in
But vagrant up is failing
(base) vinayraj@Vinays-MacBook-Pro vagrant % vagrant up
Bringing machine ‘ansiblecontroller’ up with ‘vmware_desktop’ provider…
Bringing machine ‘target1’ up with ‘vmware_desktop’ provider…
==> ansiblecontroller: Running action triggers before up …
==> ansiblecontroller: Running trigger…
==> ansiblecontroller: Pre-start trigger
┌─────────────────────────────────────────────────────────────────────┐
│ If raising a question on our forums, please include the contents │
│ of this box with your question. It will help us to identify issues │
│ with your system. │
│ │
│ Detecting your hardware... │
│ - System: Tahoe 26 26.3 │
│ - CPU: Apple M2 (8 cores) │
│ - RAM: 8 GB │
└─────────────────────────────────────────────────────────────────────┘
==> ansiblecontroller: Verifying vmnet devices are healthy…
==> ansiblecontroller: Preparing network adapters…
==> ansiblecontroller: Starting the VMware VM…
An error occurred causing VMware to cancel the current operation. Details
of the error causing the cancelation:
The virtual machine is using a hardware version that is not supported by this version of vmrun.
Module 'Upgrade' power on failed.
Failed to start the virtual machine.
The full log can be located at:
/Users/vinayraj/Downloads/cursor_scripts/ansible/learning/learn-ansible-basics-beginners-course/vagrant/.vagrant/machines/ansiblecontroller/vmware_desktop/6f0dd463-3ab6-494e-9b32-2682601700d2/vmware.log
(base) vinayraj@Vinays-MacBook-Pro vagrant %
vmware.log shows this
2026-02-24T15:48:53.078Z No(00) vmx ConfigDB: Setting sata0:1.fileName = “auto detect”
2026-02-24T15:48:53.079Z In(05) vmx VMXVmdbCbVmVmxExecState: Exec state change requested to state poweredOn without reset, default, softOptionTimeout: 0.
2026-02-24T15:48:53.079Z In(05) vmx Tools: sending ‘OS_PowerOn’ (state = 3) state change request
2026-02-24T15:48:53.079Z In(05) vmx Tools: Delaying state change request to state 3.
2026-02-24T15:48:53.079Z Wa(03) vmx PowerOn
2026-02-24T15:48:53.079Z In(05) vmx VMX_PowerOn: VMX build 19431034, UI build 19431034
2026-02-24T15:48:53.079Z In(05) vmx Processor affinity not supported on this host OS
2026-02-24T15:48:53.082Z In(05) vmx Vix: [mainDispatch.c:4206]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1871, success=1 additionalError=0
2026-02-24T15:48:53.082Z In(05) vmx UPGRADE: Unable to load future VM version
2026-02-24T15:48:53.082Z In(05) vmx Module ‘Upgrade’ power on failed.
2026-02-24T15:48:53.082Z In(05) vmx VMX_PowerOn: ModuleTable_PowerOn = 0
2026-02-24T15:48:53.083Z In(05) vmx Msg_Post: Error
2026-02-24T15:48:53.083Z In(05) vmx [msg.upgrade.tooNewCurrentHWVersion] The virtual machine is using a hardware version that is not supported by this version of vmrun.
2026-02-24T15:48:53.083Z In(05) vmx [msg.moduletable.powerOnFailed] Module ‘Upgrade’ power on failed.
2026-02-24T15:48:53.083Z In(05) vmx [msg.vmx.poweron.failed] Failed to start the virtual machine.
2026-02-24T15:48:53.083Z In(05) vmx ----------------------------------------
2026-02-24T15:48:53.083Z In(05) vmx MsgIsAnswered: Using builtin default ‘OK’ as the answer for ‘msg.vmx.poweron.failed’
2026-02-24T15:48:53.083Z In(05) vmx Vix: [mainDispatch.c:4206]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1 additionalError=0
2026-02-24T15:48:53.083Z In(05) vmx Transitioned vmx/execState/val to poweredOff
2026-02-24T15:48:53.083Z In(05) vmx Vix: [mainDispatch.c:4206]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=0 additionalError=0
2026-02-24T15:48:53.083Z In(05) vmx Vix: [mainDispatch.c:4244]: Error VIX_E_FAIL in VMAutomation_ReportPowerOpFinished(): Unknown error
2026-02-24T15:48:53.084Z In(05) vmx Vix: [mainDispatch.c:4206]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1 additionalError=0
2026-02-24T15:48:53.084Z In(05) vmx Transitioned vmx/execState/val to poweredOff
2026-02-24T15:48:53.084Z In(05) vmx WQPoolFreePoll : pollIx = 3, signalHandle = 26
2026-02-24T15:48:53.084Z Wa(03) vmx vmmon was never opened.
2026-02-24T15:48:53.084Z In(05) vmx Services_Exit: Closed the services.
2026-02-24T15:48:53.084Z In(05) vmx Vix: [mainDispatch.c:815]: VMAutomation_LateShutdown()
Any idea how to fix this?