From 0ce1b2e57e78c06c6f8f25dcdb841f2ea0ccece9 Mon Sep 17 00:00:00 2001 From: Alfredo <102765645+amolero-nr@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:58:43 -0500 Subject: [PATCH] fix(ohi): Update gpg key url (#1024) --- .../linux/mysql/install/rhel/roles/configure/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/deploy/linux/mysql/install/rhel/roles/configure/tasks/main.yml b/test/deploy/linux/mysql/install/rhel/roles/configure/tasks/main.yml index 9dbc0fb4c..70ce1a68d 100644 --- a/test/deploy/linux/mysql/install/rhel/roles/configure/tasks/main.yml +++ b/test/deploy/linux/mysql/install/rhel/roles/configure/tasks/main.yml @@ -38,7 +38,7 @@ become: true - name: Import most recent repo key - shell: "rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022" + shell: "rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023" become: true - name: Install MySQL