mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
put back in copy of people.conf so that we can get correct config on webserver
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user