Files
fedora-infra_ansible/roles/copr/backend/tasks/install_cloud_cert.yml
Ryan Lerch 98c457adeb Comment out install_cloud_cert.yml
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>
2025-01-21 09:37:36 +10:00

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