fix(vmware): use empty password for vmware_tools during live ISO bootstrap
This commit is contained in:
@@ -101,5 +101,5 @@
|
||||
ansible_vmware_guest_path: "/{{ hypervisor_cfg.datacenter }}/vm{{ system_cfg.path }}/{{ hostname }}"
|
||||
ansible_vmware_validate_certs: "{{ hypervisor_cfg.certs | bool }}"
|
||||
ansible_vmware_tools_user: root
|
||||
ansible_vmware_tools_password: "{{ system_cfg.root.password }}"
|
||||
ansible_vmware_tools_password: ""
|
||||
no_log: true
|
||||
|
||||
Reference in New Issue
Block a user