mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
This file appears to not be used anymore, and contained linting issues. So just commenting out the whole file for now and leaving a note. Signed-off-by: Ryan Lerch <rlerch@redhat.com>
11 lines
390 B
YAML
11 lines
390 B
YAML
# TODO: Possibly remove
|
|
# This file is linked in roles/copr/backend/tasks/main.yml, but commented out
|
|
# ---
|
|
# - name: Copy .pem
|
|
# ansible.builtin.copy: src=../../files/fedora-cloud/fed-cloud09.pem dest=/etc/pki/ca-trust/source/anchors/
|
|
# register: cloud_pem_copied
|
|
|
|
# - name: Update certificates
|
|
# ansible.builtin.command: /usr/bin/update-ca-trust
|
|
# when: cloud_pem_copied.changed
|