You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- name: Install CACert root certificate
|
|
copy: src={{ item }} dest=/etc/pki/ca-trust/source/anchors/cacert-{{ item }}
|
|
with_items:
|
|
- root.crt
|
|
- class3.crt
|
|
notify: Update Fedora CA certificates
|