mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
Add also the server ca cert
This commit is contained in:
@@ -138,6 +138,14 @@
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: install /etc/pki/fas/fedora-server-ca.cert file
|
||||
copy: >
|
||||
src="{{ puppet_private }}/fedora-ca.cert"
|
||||
dest="/etc/pki/pkgdb/fedora-server-ca.cert"
|
||||
mode=0644
|
||||
tags:
|
||||
- config
|
||||
|
||||
#
|
||||
# cron job that syncs packages to koji
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user