Commit c286b56c by Jeff LaJoie

move elasticsearch below forum

parent 1b6d5a93
......@@ -74,6 +74,16 @@
- manage
- manage:update
- name: ensure forum is started
supervisorctl:
name: forum
supervisorctl_path: "{{ supervisor_ctl }}"
config: "{{ supervisor_cfg }}"
state: started
when: not disable_edx_services
tags:
- manage
- name: initialize elasticsearch
command: "{{ forum_code_dir }}/bin/rake search:initialize"
args:
......@@ -85,16 +95,6 @@
- migrate
- migrate:db
- name: ensure forum is started
supervisorctl:
name: forum
supervisorctl_path: "{{ supervisor_ctl }}"
config: "{{ supervisor_cfg }}"
state: started
when: not disable_edx_services
tags:
- manage
- include: test.yml
tags:
- deploy
......
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