mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
sopr: credential cleanup: drop an unused task file
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user