mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
6 lines
176 B
YAML
6 lines
176 B
YAML
- name: copy .pem
|
|
copy: src=../../files/fedora-cloud/fed-cloud09.pem dest=/etc/pki/ca-trust/source/anchors/
|
|
|
|
- name: update certificates
|
|
command: /usr/bin/update-ca-trust
|