Commit 066cde77 by Feanil Patel

Add an explaination to the service directory creation task.

parent b7784626
......@@ -56,6 +56,11 @@
generate_ssh_key=yes
# Assumes that the home directory has been created above.
# In some cases(vagrant boxes) the home directory gets created
# but does not have the corrent owner and group. In vagrant for
# example we were seeing it defaulting it to `root` for both.
# The item that is a blank string("") ensures the ownership
# of the home directory is always correct before proceeding.
- name: create edx_service app, venv, data, and staticfiles dirs
file: >
path="{{ edx_service_home }}/{{ item }}"
......
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