fix: change gpg key
This commit is contained in:
parent
6361a81fe5
commit
5eb6a71466
2 changed files with 5 additions and 5 deletions
|
@ -5,6 +5,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- fix: change gpg key
|
||||||
|
|
||||||
## v2.1.0 - 2021-08-22
|
## v2.1.0 - 2021-08-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Add gpg key for mariadb repository
|
- name: Add gpg key for mariadb repository
|
||||||
ansible.builtin.apt_key:
|
ansible.builtin.apt_key:
|
||||||
keyserver: "{{ mariadb_repository_key_server }}"
|
url: https://supplychain.mariadb.com/MariaDB-Server-GPG-KEY
|
||||||
id: "{{ mariadb_repository_key_id }}"
|
|
||||||
retries: 2
|
|
||||||
register: result
|
|
||||||
until: result is succeeded
|
|
||||||
tags: mariadb
|
tags: mariadb
|
||||||
|
|
||||||
- name: Add official repo
|
- name: Add official repo
|
||||||
|
|
Loading…
Reference in a new issue