Hello!

I have a playbook which worked well in ansbile 2.0 . After upgrading to
2.1.0.0 a wait_for (port) times out although the port is up and even
returns nice HTML pages.
Does anyone know of any changes to wait_for between 2.0 and 2.1?
The control machine is a CentOS 6.8 and the tasks that fails looks like
this:
--------------------
- name: wait for availability ...
  wait_for: host={{ myhash.address }} port={{ myhash.port }}
           connect_timeout=10 delay=10 state=started timeout=100
--------------------
(NB: before you ask if the used variables hold correct values: it worked
before the ansible-upgrade ;) )

Cheers, Kai

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/330d44d5-b156-6346-f665-d76befe371cb%40gmx.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to