Commit 26fc8792 by e0d

Merge pull request #279 from edx/carsongee/forum_test_fix

Forum role port test now properly uses host argument
parents 44475b64 7d8da26d
---
- 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