Don't overwrite people.conf for now until the SSL cert is fixed
This commit is contained in:
parent
ffe87832dd
commit
41f3ed38e4
1 changed files with 5 additions and 5 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue