Commit 7c46dd55 by Feanil Patel

Also ensure the owner and group of the root directory is correct.

In the case of ecomstack, the edx_ecommerce home directory was owned by root instead of the edx_ecommerce user.
parent 8970465c
......@@ -63,6 +63,7 @@
owner="{{ edx_service_name }}"
group="{{ common_web_group }}"
with_items:
- ""
- "venvs"
- "data"
- "staticfiles"
......
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