sopr: credential cleanup: drop an unused task file
This commit is contained in:
parent
4792241cfe
commit
8abbdbaea5
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
- name: copy httpd ssl certificates (crt)
|
||||
copy: src="{{ private }}/files/httpd/{{item}}"
|
||||
dest="/etc/pki/tls/certs/"
|
||||
owner=root group=root mode=0600
|
||||
with_items:
|
||||
- copr.fedorainfracloud.org.crt
|
||||
- copr.fedorainfracloud.org.intermediate.crt
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: copy httpd ssl certificates (key)
|
||||
copy: src="{{ private }}/files/httpd/copr.fedorainfracloud.org.key" dest="/etc/pki/tls/private/" owner=root group=root mode=0600
|
||||
tags:
|
||||
- config
|
Loading…
Add table
Add a link
Reference in a new issue