Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2152 from edx/feanil/update_local_dev
Browse files Browse the repository at this point in the history
Use symbolic mode instead of explicit.
  • Loading branch information
feanil committed Jul 16, 2015
2 parents 90b188f + 8321ab7 commit a8e9768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/local_dev/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# would break the bin directory under .gem
- name: set forum rbenv and gem permissions
file:
path={{ item }} state=directory recurse=yes mode=770
path={{ item }} state=directory recurse=yes mode="g+rw"
with_items:
- "{{ forum_app_dir }}/.gem"
when: forum_user is defined
Expand Down

0 comments on commit a8e9768

Please sign in to comment.