huh - if your apache config is screwed up then you can't get passed service state=started b/c it won't start

tricksy
This commit is contained in:
Seth Vidal 2013-06-07 20:10:34 +00:00
parent d4d3c8c55d
commit 18b4e268c5

View file

@ -9,7 +9,9 @@
- packages
- name: set apache running/enabled
service: name=httpd state=running enabled=yes
service: name=httpd enabled=yes
notify:
- restart apache
tags:
- service