This commit is contained in:
2021-07-15 15:42:30 -06:00
parent 0bb0af608f
commit 12b275a050
74 changed files with 9436 additions and 3 deletions

View File

@@ -8,8 +8,9 @@
# I downloaded https://dev.mysql.com/downloads/repo/apt/
# and `dpkg -i mysql-apt-config_0.8.10-1_all.deb` instead (selecting mysql 5.7)
# which according to `apt-key list` did indeed install the `A4A9 4068 76FC BD3C 4567 70C8 8C71 8D3B 5072 E1F5` fingerprinted key
# Also pgp.mit.edu is almost always down or times out. Instead use pool.sks-keyservers.net
- name: Addding MySQL sources GPG key
apt_key: keyserver=pgp.mit.edu id=5072E1F5 state=present
apt_key: keyserver=pool.sks-keyservers.net id=5072E1F5 state=present
# Add MySQL repositories for Debian 8
- name: Adding MySQL sources for Debian 8 Jessie