Make a simple ssl.conf file that rpm won't replace
This commit is contained in:
parent
595bfbacdc
commit
b270ddbb44
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
- kojipkgs
|
- kojipkgs
|
||||||
|
|
||||||
- name: make sure httpd ssl.conf is not around (conflicts with squid)
|
- 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:
|
notify:
|
||||||
- reload httpd
|
- reload httpd
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue