mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
12 lines
299 B
YAML
12 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
|