|
|
|
@ -23,10 +23,11 @@
|
|
|
|
- vars[item] is undefined
|
|
|
|
- vars[item] is undefined
|
|
|
|
|
|
|
|
|
|
|
|
- name: Include Proxmox tasks
|
|
|
|
- name: Include Proxmox tasks
|
|
|
|
ansible.builtin.include_tasks: proxmox.yml
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
|
|
|
|
file: proxmox.yml
|
|
|
|
|
|
|
|
|
|
|
|
- name: Include tasks to connect to the new VM
|
|
|
|
- name: Include tasks to connect to the new VM
|
|
|
|
ansible.builtin.include_tasks:
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
file: connect.yml
|
|
|
|
file: connect.yml
|
|
|
|
when:
|
|
|
|
when:
|
|
|
|
- create_vm_proxmox_connect_to_vm | bool
|
|
|
|
- create_vm_proxmox_connect_to_vm | bool
|
|
|
|
|