fix(bootstrap): remove connection override from environment role to enable SSH switchover

This commit is contained in:
2026-03-12 05:50:41 +01:00
committed by MORAWSKI Norbert
parent 7376383324
commit 225f9967de

View File

@@ -128,8 +128,6 @@
- name: Configure environment
ansible.builtin.include_role:
name: environment
vars:
ansible_connection: "{{ 'vmware_tools' if hypervisor_type == 'vmware' else 'ssh' }}"
- name: Partition disks
ansible.builtin.include_role: