Files
fedora-infra_ansible/tasks/osbs_certs.yml
2016-04-14 15:13:33 +00:00

12 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