wait_for simplehttpserver to come up online

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2020-04-16 15:00:34 +05:30 committed by Matt Clay
parent ff47d3f766
commit 7714f691eb

View file

@ -368,6 +368,12 @@
async: 90
poll: 0
- name: Wait for SimpleHTTPServer to come up online
wait_for:
host: 'localhost'
port: '{{ http_port }}'
state: started
- name: download src with sha1 checksum url
get_url:
url: 'http://localhost:{{ http_port }}/27617.txt'