'mysql server 5.7 correct gpg repo key?
- name: repo - Add apt signing key
register: key
apt_key:
keyserver: "pgp.mit.edu"
id: "{{ item }}"
state: present
with_items:
- "0x467b942d3a79bd29" tags:
- repo
- mysql
hi, whats the correct gpg key for mysql server ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
