put back in copy of people.conf so that we can get correct config on webserver

This commit is contained in:
Stephen Smoogen
2023-01-05 13:38:33 -05:00
parent 69ba9efed8
commit 9b82c517f4

View File

@@ -21,11 +21,12 @@
- 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}}