Disable gpg checks until I can find out why gitea isn't signing them

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-09 19:06:49 -04:00
parent a563b361e1
commit e175a5c852
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ yum_repository_list:
baseurl: 'https://git.fdragon.com/api/packages/FedoraPackages/rpm/fedora/{{ ansible_facts.distribution_major_version }}/{{ ansible_facts.architecture }}'
description: 'FedoraPackages - Fire Dragon GIT Repository - fedora - {{ ansible_facts.distribution_major_version }} - {{ ansible_facts.architecture }}'
enabled: true
gpgcheck: true
gpgcheck: false
gpgkey: 'https://git.fdragon.com/api/packages/FedoraPackages/rpm/repository.key'
state: 'present'
...