From 4161ecf4d832f2bb170ca0a5645ceaa044a9cde7 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 11 Jun 2013 19:59:13 +0000 Subject: [PATCH] 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 --- tasks/apache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/apache.yml b/tasks/apache.yml index 9f266f63cb..62d08c3879 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: