Commit 1b8e80ba by Jeff LaJoie

comment out elasticsearch

parent 329c7981
...@@ -60,6 +60,17 @@ ...@@ -60,6 +60,17 @@
- install - install
- install:app-requirements - install:app-requirements
# - name: initialize elasticsearch
# command: "{{ forum_code_dir }}/bin/rake search:initialize"
# args:
# chdir: "{{ forum_code_dir }}"
# become_user: "{{ forum_user }}"
# environment: "{{ forum_environment }}"
# when: migrate_db is defined and migrate_db|lower == "yes"
# tags:
# - migrate
# - migrate:db
# call supervisorctl update. this reloads # call supervisorctl update. this reloads
# the supervisorctl config and restarts # the supervisorctl config and restarts
# the services if any of the configurations # the services if any of the configurations
...@@ -84,29 +95,6 @@ ...@@ -84,29 +95,6 @@
tags: tags:
- manage - manage
- name: fake task
command: "ls"
args:
chdir: "{{ forum_code_dir }}"
become_user: "{{ forum_user }}"
environment: "{{ forum_environment }}"
when: migrate_db is defined and migrate_db|lower == "yes"
tags:
- migrate
- migrate:db
- name: initialize elasticsearch
command: "{{ forum_code_dir }}/bin/rake search:initialize"
args:
chdir: "{{ forum_code_dir }}"
become_user: "{{ forum_user }}"
environment: "{{ forum_environment }}"
when: migrate_db is defined and migrate_db|lower == "yes"
tags:
- migrate
- migrate:db
- 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