From 04f365653362ac5e51a2ce952a2099f7fb717932 Mon Sep 17 00:00:00 2001 From: Michael Pellegrino Date: Thu, 19 Jan 2023 13:37:39 +0000 Subject: [PATCH] -change to pass patch id on command line --- roles/vmware/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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