Commit 6f13121f by e0d

Removing the test, race condition on upgrade.

parent f77fedf8
...@@ -9,7 +9,3 @@ ...@@ -9,7 +9,3 @@
wait_for: port={{ FORUM_MONGO_PORT }} host={{ item }} timeout=30 wait_for: port={{ FORUM_MONGO_PORT }} host={{ item }} timeout=30
with_items: FORUM_MONGO_HOSTS with_items: FORUM_MONGO_HOSTS
when: not devstack when: not devstack
- name: test for the existence of unix socket
wait_for: path={{ forum_data_dir }}/forum.sock state=present timeout=30
when: not devstack
\ No newline at end of file
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