4 lines
118 B
YAML
4 lines
118 B
YAML
- name: WAIT for VM "{{ vmid }}"
|
|
ansible.builtin.wait_for_connection:
|
|
delay: 10
|
|
timeout: "{{ timeout_set }}" |