4 lines
104 B
YAML
4 lines
104 B
YAML
---
|
|
- name: Start VM "{{ inventory_hostname }}"
|
|
ansible.builtin.shell:
|
|
cmd: qm start "{{ vmid }}" |