packer: drop RH IT certificate

I think it was needed for internal workers - not needed anymore.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-11-25 19:53:15 +01:00 committed by Tom Gundersen
parent 1b289cc27e
commit cc81e919ca
3 changed files with 0 additions and 37 deletions

View file

@ -1,9 +0,0 @@
---
- name: Deploy Red Hat Root CA certificate.
copy:
src: RH-IT-Root-CA.crt
dest: /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt
- name: Update trusted CA certificate bundle
command: update-ca-trust

View file

@ -6,9 +6,6 @@
# Set systemd/journald overrides
- include_tasks: systemd.yml
# Deploy certificates.
- include_tasks: certificates.yml
# Configure monitoring.
- include_tasks: monitoring.yml