feat(environment): VMware network config, DNS resolvers, and SSH switchover
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user