Skip to content

Commit

Permalink
fix(ohi): Update gpg key url (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
amolero-nr authored Jan 25, 2024
1 parent d87720b commit 0ce1b2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ce1b2e

Please sign in to comment.