- Require hypervisor as dict input and use hypervisor_cfg/hypervisor_type internally - Remove vm_* and hypervisor_* compatibility aliases - Update roles and docs to use system/hypervisor dictionaries only
4 lines
96 B
YAML
4 lines
96 B
YAML
---
|
|
- name: Create Virtual Machine
|
|
ansible.builtin.include_tasks: "{{ hypervisor_type }}.yml"
|