From c50469ade828c2bf3536c12262040a90e103b2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 6 Sep 2013 12:00:41 +0000 Subject: [PATCH] The httpd init script should be executable --- tasks/apache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/apache.yml b/tasks/apache.yml index 62d08c3879..77266f070c 100644 --- a/tasks/apache.yml +++ b/tasks/apache.yml @@ -21,6 +21,7 @@ # install hash randomization hotfix - name: hotfix - copy over new httpd init script copy: src=$files/hotfix/httpd/httpd.init dest=/etc/init.d/httpd + owner=root group=root mode=0755 notify: - restart apache tags: