Fix issue with supervisord configuration wrong path.

This commit is contained in:
Dorian 2016-04-06 13:17:20 -04:00
parent 52efed7d59
commit 34c725aff8
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@
when: rookeries_environ_type == "dev"
- 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"