11 lines
299 B
YAML
11 lines
299 B
YAML
---
|
|
|
|
- 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"
|
|
owner: root
|
|
mode: 0400
|
|
when: env == "staging"
|
|
notify:
|
|
- update ca trust
|