You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot install the microsoft fonts under Red Hat 8, because the ontic.fonts/tasks/package.yml wants the download in line 74 to be verified by signature. But the package seems to be unsigned (was it before or did the verification change to default with Ansible 2.13.6?):
TASK [ontic.fonts : Fonts | RedHat | Install Microsoft Core Fonts.] ************
Wednesday 01 February 2023 18:36:56 +0100 (0:00:16.090) 0:01:08.388 ****
fatal: [instance-1]: FAILED! => {"changed": false, "msg": "Failed to validate GPG signature for msttcore-fonts-installer-2.6-1.noarch: Package msttcore-fonts-installer-2.6-1.noarchzxnyt4hv.rpm is not signed"}
Hey,
I cannot install the microsoft fonts under Red Hat 8, because the
ontic.fonts/tasks/package.yml
wants the download in line 74 to be verified by signature. But the package seems to be unsigned (was it before or did the verification change to default with Ansible 2.13.6?):I'd say the parameter disable_gpg_check (https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_module.html#parameter-disable_gpg_check) is needed now. Or is there a signed alternative?
The text was updated successfully, but these errors were encountered: