2016-03-07 22:09:45 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: put the osbs certs in place
|
|
|
|
copy:
|
2016-04-14 15:13:33 +00:00
|
|
|
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"
|
2016-03-07 22:16:55 +00:00
|
|
|
notify:
|
2016-04-04 03:04:27 +02:00
|
|
|
- update ca-trust
|