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:
parent
2b4de7b85d
commit
98c457adeb
1 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue