mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Make a simple ssl.conf file that rpm won't replace
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user