summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tasks/apache.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/apache.yml b/tasks/apache.yml
index 62d08c387..77266f070 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: