apache: f30+ has no /etc/init.d/ anymore.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-06-18 21:12:49 +00:00
parent f910e78813
commit 8a018427a7

View file

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