Commit 9acdb00b by Feanil Patel

User not owner in file module.

parent 27f44f53
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
path: "{{ edxapp_data_dir }}" path: "{{ edxapp_data_dir }}"
state: "directory" state: "directory"
recurse: yes recurse: yes
user: "{{ edxapp_user }}" owner: "{{ edxapp_user }}"
when: edxapp_user is defined when: edxapp_user is defined
# Ensure forum user has permissions to access .gem and .rbenv # Ensure forum user has permissions to access .gem and .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