setting apache to run has been occasionally erroring out for reasons I don't

understand on first install. Setting it to ignore_errors for the moment
This commit is contained in:
Seth Vidal 2013-06-11 19:59:13 +00:00
parent 9f81f2986f
commit 4161ecf4d8

View file

@ -11,6 +11,7 @@
- name: set apache running/enabled
service: name=httpd enabled=yes
ignore_errors: true
notify:
- restart apache
tags: