wait_for simplehttpserver to come up online
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
ff47d3f766
commit
7714f691eb
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue