Skip to content

Commit

Permalink
Make sure supervisor service is running!
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Katseas committed Mar 10, 2016
1 parent bbec033 commit ba17d6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
sudo: yes
when: install_supervisor

# Sometimes the service refuses to run on its own after installing the package
- name: Make sure supervisor is running
service: name=supervisor state=started
sudo: yes

- name: Delete supervisor .deb file
file:
path={{ supervisor_deb_file_location }}
Expand Down

0 comments on commit ba17d6a

Please sign in to comment.