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:
parent
9f81f2986f
commit
4161ecf4d8
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
- name: set apache running/enabled
|
- name: set apache running/enabled
|
||||||
service: name=httpd enabled=yes
|
service: name=httpd enabled=yes
|
||||||
|
ignore_errors: true
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue