Move to import tasks

master
Ronald 1 year ago
parent de0b50a92c
commit f62a2a9d4a

@ -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

Loading…
Cancel
Save