Commit 8321ab72 by Feanil Patel

Use symbolic mode instead of explicit.

Since we don't want to break other permissions we just want to give
the group read/write permission.
parent 5ec828e5
......@@ -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
......
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