11 lines
260 B
YAML
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
|