add osbs ca to stage koji

This commit is contained in:
Adam Miller 2016-03-07 22:09:45 +00:00
parent 550af56747
commit 59c88c05e4
5 changed files with 22 additions and 0 deletions

11
tasks/osbs_certs.yml Normal file
View 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