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>
This commit is contained in:
Ryan Lercho 2025-01-21 08:52:59 +10:00
parent 2b4de7b85d
commit 98c457adeb

View file

@ -1,8 +1,10 @@
---
- name: Copy .pem
ansible.builtin.copy: src=../../files/fedora-cloud/fed-cloud09.pem dest=/etc/pki/ca-trust/source/anchors/
register: cloud_pem_copied
# 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
# - name: Update certificates
# ansible.builtin.command: /usr/bin/update-ca-trust
# when: cloud_pem_copied.changed