Commit ca1c145e by Jim Abramson

Merge pull request #1016 from edx/jsa/fix-gem-perms

make `bundle install` stop requiring a password in /edx/app/forum
parents 17a9be20 314a0dab
......@@ -16,7 +16,7 @@
- name: set forum rbenv and gem permissions
file:
path={{ item }} state=directory mode=770
path={{ item }} state=directory recurse=yes mode=770
with_items:
- "{{ forum_app_dir }}/.gem"
- "{{ forum_app_dir }}/.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