Commit 3df2a34c by Feanil Patel Committed by GitHub

Merge pull request #3357 from edx/feanil/fix_restart_command

Config location was also incorrect.
parents 1d1f297f 64682e4c
......@@ -46,7 +46,8 @@
- name: Restart xqwatcher
supervisorctl:
name: "{{ xqwatcher_service_name }}"
config: "{{ xqwatcher_supervisor_app_dir }}/supervisord.conf"
supervisorctl_path: "{{ supervisor_ctl }}"
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