Commit 7d8da26d by Carson Gee

Forum role port test now properly uses host argument

parent 0823ff88
---
- 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