ansible/tasks/osbs_certs.yml
Adam Miller b540680d27 configure stage koji to point to osbs.stg instead of osbs-dev
Signed-off-by: Adam Miller <admiller@redhat.com>
2016-04-14 15:13:33 +00:00

11 lines
260 B
YAML

---
- name: put the osbs certs in place
copy:
src: "{{private}}/files/osbs/{{env}}/osbs-internal.pem"
dest: "/etc/pki/ca-trust/source/anchors/osbs-internal.pem"
owner: root
mode: 0400
when: env == "staging"
notify:
- update ca-trust