add osbs ca to stage koji
This commit is contained in:
parent
550af56747
commit
59c88c05e4
5 changed files with 22 additions and 0 deletions
11
tasks/osbs_certs.yml
Normal file
11
tasks/osbs_certs.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
- include: "{{ handlers }}/update_ca_trust.yml"
|
||||
|
||||
- name: put the osbs certs in place
|
||||
copy:
|
||||
src: "{{private}}/files/osbs/osbs-dev.certs/osbs-dev.fedorainfracloud.org.crt"
|
||||
dest: "/etc/pki/ca-trust/source/anchors/osbs-dev.fedorainfracloud.org.crt"
|
||||
when: env == "staging"
|
||||
handlers:
|
||||
- update ca trust
|
Loading…
Add table
Add a link
Reference in a new issue