Commit dafbd56c by Kevin Falcone

Restart based on the flower user, not a hardcoded service name

d267342a changed supervisor to run as FLOWER_USER not flower, without
this change, ansible errors out asking supervisor to restart when the
tools box has jobs named stage_flower, prod_flower etc.
parent 913df64a
......@@ -4,5 +4,5 @@
state=restarted
supervisorctl_path={{ supervisor_ctl }}
config={{ supervisor_cfg }}
name="flower"
name="{{ FLOWER_USER }}"
sudo_user: "{{supervisor_service_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