ansible/tasks/osbs_certs.yml

12 lines
260 B
YAML
Raw Normal View History

2016-03-07 22:09:45 +00:00
---
- 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"
2016-03-07 22:44:16 +00:00
owner: root
mode: 0400
2016-03-07 22:09:45 +00:00
when: env == "staging"
notify:
- update ca-trust