Greetings !!

I appreciate your valuable suggestion and advice on the below issue i am 
facing  with ansible module  "ansible.builtin.wait_for_connection "

# @title Wait for vm connectivity
# @comment This task wait for vms to come up 
    - name: "Wait for vm connectivity: {{ vm_name }}"
      ansible.builtin.wait_for_connection:
        connect_timeout: 10
        delay: 10
        timeout: 300
      delegate_to: "{{ delegation_host }}"
      tags:
        - vm-setup


TASK [Wait for vm connectivity: N3D26-SGKCDS601-X] 
****************************************************************
[WARNING]: Reset is not implemented for this connection
ok: [DEV-sgw601 -> localhost]

 Thanks 
Deepak B Kumar

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/77a89afa-ca0f-4926-9556-89dff91c0235n%40googlegroups.com.

Reply via email to