Skip to content

Commit

Permalink
Merge branch 'master' into update-traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecharra authored Mar 24, 2017
2 parents 03f2835 + 97408bc commit e08686b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@
- Restart traefik

- name: Ensure traefik service is enabled and running
service: name=traefik state=started enabled=yes
service:
name: traefik
state: started
enabled: yes

0 comments on commit e08686b

Please sign in to comment.