Fix issue with supervisord configuration wrong path.
This commit is contained in:
parent
52efed7d59
commit
34c725aff8
|
@ -10,5 +10,5 @@
|
||||||
when: rookeries_environ_type == "dev"
|
when: rookeries_environ_type == "dev"
|
||||||
|
|
||||||
- name: restart up the mailsink program
|
- name: restart up the mailsink program
|
||||||
supervisorctl: name=mailsink state=restarted config=/etc/supervisor/supervisor.conf
|
supervisorctl: name=mailsink state=restarted config=/etc/supervisor/supervisord.conf
|
||||||
when: rookeries_environ_type == "dev"
|
when: rookeries_environ_type == "dev"
|
||||||
|
|
Loading…
Reference in New Issue