roles/mariadb: Fetch signing key from mariadb.org
I downloaded the key and checked the fingerprint with gpg: $ gpg --dry-run --import mariadb_release_signing_key.asc gpg: key F1656F24C74CD1D8: 6 signatures not checked due to missing keys gpg: Total number processed: 1
This commit is contained in:
parent
6660a0cd36
commit
89db1449d1
@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Add GPG key for MariaDB repo
|
||||
apt_key: id=0x177F4010FE56CA3336300305F1656F24C74CD1D8 url=https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x177F4010FE56CA3336300305F1656F24C74CD1D8
|
||||
apt_key: id=0x177F4010FE56CA3336300305F1656F24C74CD1D8 url=https://mariadb.org/mariadb_release_signing_key.asc
|
||||
register: add_mariadb_apt_key
|
||||
tags: mariadb, packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user