Commit 035630db by Clinton Blackburn Committed by Clinton Blackburn

Corrected the owner of the log files touched by edx_django_service play

The incorrect owner is preventing the service from properly starting.

LEARNER-818
parent 7cf96716
......@@ -132,7 +132,7 @@
file:
path: "{{ item }}"
state: touch
owner: "{{ supervisor_user }}"
owner: "{{ common_web_user }}"
group: "{{ common_web_user }}"
with_items: '{{ edx_django_service_name_devstack_logs }}'
tags:
......
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