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 - packages
- people - people
- name: install main httpd config #- name: install main httpd config
template: src=people.conf dest=/etc/httpd/conf.d/people.conf # template: src=people.conf dest=/etc/httpd/conf.d/people.conf
tags: # tags:
- people # - people
- sslciphers # - sslciphers
- name: install httpd config - name: install httpd config
copy: src={{item}} dest=/etc/httpd/conf.d/{{item}} copy: src={{item}} dest=/etc/httpd/conf.d/{{item}}