Provision now successfully restarts supervisor

This commit is contained in:
Felipe Martín 2015-06-22 23:28:32 +02:00
parent 03c8ea0f17
commit 74eca7b74a
1 changed files with 1 additions and 2 deletions

View File

@ -57,8 +57,7 @@
remote_user: "{{ app_user }}"
- name: Restart supervisor
sudo: true
command: supervisorctl restart {{ item }}
command: sudo supervisorctl restart {{ item }}
with_items:
- django
- celery