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

Commit

Permalink
Use symbolic mode instead of explicit.
Browse files Browse the repository at this point in the history
Since we don't want to break other permissions we just want to give
the group read/write permission.
  • Loading branch information
feanil committed Jul 15, 2015
1 parent 5ec828e commit 8321ab7
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 8321ab7

Please sign in to comment.