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
committed by MORAWSKI Norbert
parent 225f9967de
commit 0c9ccbf28a
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