The httpd init script should be executable

This commit is contained in:
Aurélien Bompard 2013-09-06 12:00:41 +00:00
parent 4dcc5ae689
commit c50469ade8

View file

@ -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: