Commit f6f6a553 by John Jarvis

30 second timeout for forum test

parent 412507e8
---
- name: forum | test that the required service are listening
wait_for: port={{ item.port }} host={{ item.host }} timeout=10 delay=5
wait_for: port={{ item.port }} host={{ item.host }} timeout=30
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