Commit a8e9768d by Feanil Patel

Merge pull request #2152 from edx/feanil/update_local_dev

Use symbolic mode instead of explicit.
parents 90b188fb 8321ab72
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# would break the bin directory under .gem # would break the bin directory under .gem
- name: set forum rbenv and gem permissions - name: set forum rbenv and gem permissions
file: file:
path={{ item }} state=directory recurse=yes mode=770 path={{ item }} state=directory recurse=yes mode="g+rw"
with_items: with_items:
- "{{ forum_app_dir }}/.gem" - "{{ forum_app_dir }}/.gem"
when: forum_user is defined when: forum_user is defined
......
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