Commit 67609edb by Jeff LaJoie

adds env command w/ path

parent cf70d70b
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
- install:app-requirements - install:app-requirements
- name: initialize elasticsearch - name: initialize elasticsearch
command: "env && {{ forum_code_dir }}/bin/rake search:initialize" command: "/usr/bin/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 }}"
......
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