Commit cf70d70b by Jeff LaJoie

adds env to failing command

parent 1b8e80ba
...@@ -60,16 +60,16 @@ ...@@ -60,16 +60,16 @@
- install - install
- install:app-requirements - install:app-requirements
# - name: initialize elasticsearch - name: initialize elasticsearch
# command: "{{ forum_code_dir }}/bin/rake search:initialize" command: "env && {{ forum_code_dir }}/bin/rake search:initialize"
# args: args:
# chdir: "{{ forum_code_dir }}" chdir: "{{ forum_code_dir }}"
# become_user: "{{ forum_user }}" become_user: "{{ forum_user }}"
# environment: "{{ forum_environment }}" environment: "{{ forum_environment }}"
# when: migrate_db is defined and migrate_db|lower == "yes" when: migrate_db is defined and migrate_db|lower == "yes"
# tags: tags:
# - migrate - migrate
# - migrate:db - migrate:db
# call supervisorctl update. this reloads # call supervisorctl update. this reloads
# the supervisorctl config and restarts # the supervisorctl config and restarts
......
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