diff --git a/roles/vmware/tasks/main.yml b/roles/vmware/tasks/main.yml index 1949123..51f32b4 100644 --- a/roles/vmware/tasks/main.yml +++ b/roles/vmware/tasks/main.yml @@ -1,4 +1,4 @@ --- - name: Test command #shell: esxcli software profile update -d /vmfs/volumes//ESXixxxx-ddddddddn.zip --profile=ESXixxxx-ddddddddn-standard - shell: esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-7.0U3i-20842708-standard --no-hardware-warning + shell: esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p {{ esxi_patch }} --no-hardware-warning