fix(vmware): use empty password for vmware_tools during live ISO bootstrap

This commit is contained in:
2026-03-20 15:51:35 +01:00
committed by MORAWSKI Norbert
parent 93aa27c1fd
commit 48ed7acb38

View File

@@ -101,5 +101,5 @@
ansible_vmware_guest_path: "/{{ hypervisor_cfg.datacenter }}/vm{{ system_cfg.path }}/{{ hostname }}" ansible_vmware_guest_path: "/{{ hypervisor_cfg.datacenter }}/vm{{ system_cfg.path }}/{{ hostname }}"
ansible_vmware_validate_certs: "{{ hypervisor_cfg.certs | bool }}" ansible_vmware_validate_certs: "{{ hypervisor_cfg.certs | bool }}"
ansible_vmware_tools_user: root ansible_vmware_tools_user: root
ansible_vmware_tools_password: "{{ system_cfg.root.password }}" ansible_vmware_tools_password: ""
no_log: true no_log: true