Skip to content

Commit

Permalink
fix: update mysql repo apt key (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbonilla authored Feb 6, 2024
1 parent 361810e commit fa6d4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/mysql_5_7/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mysql_community_server_5_7_pkg: "mysql-server=5.7.*"
mysql_5_7_socket: /var/run/mysqld/mysqld.sock

MYSQL_5_7_APT_KEYSERVER: "keyserver.ubuntu.com"
MYSQL_5_7_APT_KEY: "467B942D3A79BD29"
MYSQL_5_7_APT_KEY: "A8D3785C"
MYSQL_5_7_REPO: "deb http://repo.mysql.com/apt//ubuntu/ bionic mysql-5.7"

MYSQL_5_7_SUPPORTED_DISTRIBUTIONS:
Expand Down
2 changes: 1 addition & 1 deletion roles/mysql_8_0/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mysql_community_server_8_0_pkg: "mysql-server=8.0.*"
mysql_8_0_socket: /var/run/mysqld/mysqld.sock

MYSQL_8_0_APT_KEYSERVER: "keyserver.ubuntu.com"
MYSQL_8_0_APT_KEY: "467B942D3A79BD29"
MYSQL_8_0_APT_KEY: "A8D3785C"
MYSQL_8_0_REPO: "deb http://repo.mysql.com/apt//ubuntu/ {{ ansible_distribution_release }} mysql-8.0"

MYSQL_8_0_SUPPORTED_DISTRIBUTIONS:
Expand Down

0 comments on commit fa6d4dc

Please sign in to comment.