summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2013-06-11 19:59:13 +0000
committerSeth Vidal <skvidal@fedoraproject.org>2013-06-11 19:59:13 +0000
commit4161ecf4d832f2bb170ca0a5645ceaa044a9cde7 (patch)
tree6b1cf8e8f21ac0614611407fa68fd0ee03b7c797
parent9f81f2986fb21ed2d9b3b7aec11f050c856fcc5b (diff)
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
-rw-r--r--tasks/apache.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/apache.yml b/tasks/apache.yml
index 9f266f63c..62d08c387 100644
--- a/tasks/apache.yml
+++ b/tasks/apache.yml
@@ -11,6 +11,7 @@
- name: set apache running/enabled
service: name=httpd enabled=yes
+ ignore_errors: true
notify:
- restart apache
tags: