Commit c286b56c by Jeff LaJoie

move elasticsearch below forum

parent 1b6d5a93
...@@ -74,6 +74,16 @@ ...@@ -74,6 +74,16 @@
- manage - manage
- manage:update - 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 - name: initialize elasticsearch
command: "{{ forum_code_dir }}/bin/rake search:initialize" command: "{{ forum_code_dir }}/bin/rake search:initialize"
args: args:
...@@ -85,16 +95,6 @@ ...@@ -85,16 +95,6 @@
- migrate - migrate
- migrate:db - 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 - include: test.yml
tags: tags:
- deploy - 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