Commit 8eaba718 by Philippe Chiu

Added host parameter in the testing process of forum role

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