fix(bootstrap): move SSH switchover to main.yml between roles, guard become with default

This commit is contained in:
2026-03-12 05:57:11 +01:00
parent b5253932dc
commit bc45732843
3 changed files with 23 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Configure work environment
become: "{{ hypervisor_type != 'vmware' }}"
become: "{{ (hypervisor_type | default('none')) != 'vmware' }}"
block:
- name: Detect and validate live environment
ansible.builtin.include_tasks: _detect_live.yml