From efe55371eadc6428c1e7f1ecb95cf54cf4090df4 Mon Sep 17 00:00:00 2001 From: Miguel Angel Medinilla Luque Date: Wed, 3 Jul 2024 20:12:33 +0200 Subject: [PATCH] Update GPG rpm key Connects to #85 --- tasks/install-centos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install-centos.yml b/tasks/install-centos.yml index 4c490ce..62de634 100644 --- a/tasks/install-centos.yml +++ b/tasks/install-centos.yml @@ -16,7 +16,7 @@ - name: "Install Percona RPM GPG KEY" rpm_key: state: present - key: https://www.percona.com/downloads/RPM-GPG-KEY-percona + key: https://repo.percona.com/yum/PERCONA-PACKAGING-KEY when: install_rpm_repositories|bool - name: "Add Percona yum repository"