Commit def106ac by Fred Smith Committed by Edward Zarecor

bundle install needs to write to the Gemfile.lock

parent 20292b68
......@@ -49,6 +49,15 @@
- 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
......
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