Commit b697a7ca by Edward Zarecor

Merge pull request #2666 from edx/clintonb/forums-bundle

Installing forums bundle with --deployment flag
parents 3ade5c9f e0475a6e
......@@ -49,20 +49,11 @@
- install
- install:code
- name: make Gemfile.lock writable by common_web_user
file:
path: "{{ forum_code_dir}}/Gemfile.lock"
owner: "{{ common_web_user }}"
tags:
- install
- install:code
- install:app-requirements
# TODO: This is done as the common_web_user
# since the process owner needs write access
# to the rbenv
- name: install comments service bundle
shell: bundle install chdir={{ forum_code_dir }}
shell: bundle install --deployment chdir={{ forum_code_dir }}
sudo_user: "{{ common_web_user }}"
environment: "{{ forum_environment }}"
notify: restart the forum service
......
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