Commit 6207b9a6 by Clinton Blackburn

Installing forums bundle with --deployment flag

This will prevent Gemfile.lock from being modified.
parent 3ade5c9f
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
# since the process owner needs write access # since the process owner needs write access
# to the rbenv # to the rbenv
- name: install comments service bundle - 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 }}" sudo_user: "{{ common_web_user }}"
environment: "{{ forum_environment }}" environment: "{{ forum_environment }}"
notify: restart the forum service 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