configure stage koji to point to osbs.stg instead of osbs-dev

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-04-14 15:13:33 +00:00
parent 0c9c36ff86
commit b540680d27
3 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@
- 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"
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"