Commit 24ee2c70 by Feanil Patel

XQWatcher user doesn't have permissions to update supervisor or restart it.

parent 9168b348
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
config: "{{ supervisor_cfg }}" config: "{{ supervisor_cfg }}"
state: restarted state: restarted
when: not disable_edx_services when: not disable_edx_services
become_user: "{{ xqwatcher_user }}" become_user: "{{ common_web_user }}"
tags: tags:
- manage - manage
- manage:update - manage:update
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