|
@@ -130,7 +130,7 @@
|
|
|
- name: 15Five BE supervisor file installed
|
|
|
copy:
|
|
|
src: fifteen5-supervisor.conf
|
|
|
- dest: /usr/local/etc/supervisor/conf.d/fifteen5.conf
|
|
|
+ dest: /usr/local/etc/supervisor/conf.d/daphne.conf
|
|
|
owner: root
|
|
|
mode: 0644
|
|
|
notify: Supervisor restarted
|
|
@@ -138,7 +138,7 @@
|
|
|
- name: 15Five FE supervisor file installed
|
|
|
copy:
|
|
|
src: fifteen5-yarn-supervisor.conf
|
|
|
- dest: /usr/local/etc/supervisor/conf.d/fifteen5-yarn.conf
|
|
|
+ dest: /usr/local/etc/supervisor/conf.d/yarn.conf
|
|
|
owner: root
|
|
|
mode: 0644
|
|
|
notify: Supervisor restarted
|