Make a simple ssl.conf file that rpm won't replace

This commit is contained in:
Kevin Fenzi 2016-05-24 22:29:06 +00:00
parent 595bfbacdc
commit b270ddbb44

View file

@ -49,7 +49,7 @@
- kojipkgs
- name: make sure httpd ssl.conf is not around (conflicts with squid)
file: dest=/etc/httpd/conf.d/ssl.conf state=absent
copy: dest=/etc/httpd/conf.d/ssl.conf content='# this is a simple file to make apache not listen on 443'
notify:
- reload httpd
tags: