Commit e63109dd by John Jarvis

unquoting handlers for edxapp

parent 6d9edcad
--- ---
- name: "edxapp | restart edxapp" - name: edxapp | restart edxapp
supervisorctl: > supervisorctl: >
state=restarted state=restarted
supervisorctl_path={{ supervisor_ctl }} supervisorctl_path={{ supervisor_ctl }}
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
with_items: service_variants_enabled with_items: service_variants_enabled
tags: deploy tags: deploy
- name: "edxapp | restart edxapp_workers" - name: edxapp | restart edxapp_workers
supervisorctl: > supervisorctl: >
name="edxapp_worker:{{ item.service_variant }}_{{ item.queue }}_{{ item.concurrency }}" name="edxapp_worker:{{ item.service_variant }}_{{ item.queue }}_{{ item.concurrency }}"
supervisorctl_path={{ supervisor_ctl }} supervisorctl_path={{ supervisor_ctl }}
......
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