Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
fix bug in set up supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Apr 3, 2016
1 parent 8145067 commit f2b40df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/base/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
tags: packages

- name: Start supervisor
service: name=supervisor state=reloaded enabled=yes
service: name=supervisor state=started enabled=yes

- name: Install virtualenv
pip: name=virtualenv executable=pip3
Expand Down

0 comments on commit f2b40df

Please sign in to comment.