mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2026-02-04 07:11:49 +00:00
Add key fingerprint for clarity
This commit is contained in:
parent
d9e2b4c7b7
commit
aad4669b9f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
# Downloading the key on each iteration of the tests is too slow.
|
||||
- name: Add MySQL GPG key to trusted keyring
|
||||
ansible.builtin.copy:
|
||||
src: files/mysql_pubkey.asc # Expire 2027-10-23
|
||||
src: files/mysql_pubkey.asc # Key B7B3B788A8D3785C Expire 2027-10-23
|
||||
dest: /etc/apt/trusted.gpg.d/mysql.asc
|
||||
owner: root
|
||||
group: root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue