Commit d025546c by John Jarvis

5 sec delay to wait for the comments service to start

parent 053fb1d4
---
- name: forum | test that the required service are listening
wait_for: port={{ item.port }} host={{ item.host }} timeout=10
wait_for: port={{ item.port }} host={{ item.host }} timeout=10 delay=5
with_items: "{{ forum_services }}"
tags:
- forum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment