From 18b4e268c5c1b531e880b26f06166854703ed6fc Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 7 Jun 2013 20:10:34 +0000 Subject: [PATCH] huh - if your apache config is screwed up then you can't get passed service state=started b/c it won't start tricksy --- tasks/apache.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/apache.yml b/tasks/apache.yml index e445f38a61..6857406918 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -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