Commit 7917c621 by Feanil Patel Committed by GitHub

Config location was also incorrect.

Correct the supervisorctl config location.
parent 1d1f297f
......@@ -46,7 +46,7 @@
- name: Restart xqwatcher
supervisorctl:
name: "{{ xqwatcher_service_name }}"
config: "{{ xqwatcher_supervisor_app_dir }}/supervisord.conf"
config: "{{ supervisor_cfg }}"
state: restarted
when: not disable_edx_services
become_user: "{{ xqwatcher_user }}"
......
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