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

This commit is contained in:
MORAWSKI Norbert
2026-03-20 15:51:35 +01:00
parent 704ff21f0e
commit 340e82a4dd

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