The httpd init script should be executable
This commit is contained in:
parent
4dcc5ae689
commit
c50469ade8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
# install hash randomization hotfix
|
# install hash randomization hotfix
|
||||||
- name: hotfix - copy over new httpd init script
|
- name: hotfix - copy over new httpd init script
|
||||||
copy: src=$files/hotfix/httpd/httpd.init dest=/etc/init.d/httpd
|
copy: src=$files/hotfix/httpd/httpd.init dest=/etc/init.d/httpd
|
||||||
|
owner=root group=root mode=0755
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue