Don't overwrite people.conf for now until the SSL cert is fixed

This commit is contained in:
Nick Bebout 2022-10-07 13:46:42 -05:00
parent ffe87832dd
commit 41f3ed38e4

View file

@ -21,11 +21,11 @@
- packages
- people
- name: install main httpd config
template: src=people.conf dest=/etc/httpd/conf.d/people.conf
tags:
- people
- sslciphers
#- name: install main httpd config
# template: src=people.conf dest=/etc/httpd/conf.d/people.conf
# tags:
# - people
# - sslciphers
- name: install httpd config
copy: src={{item}} dest=/etc/httpd/conf.d/{{item}}