apache: f30+ has no /etc/init.d/ anymore.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f910e78813
commit
8a018427a7
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
- 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
|
||||
when: ansible_distribution_major_version|int < 30
|
||||
notify:
|
||||
- reload apache
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue