fix: change gpg key
This commit is contained in:
parent
6361a81fe5
commit
5eb6a71466
2 changed files with 5 additions and 5 deletions
tasks
|
@ -1,11 +1,7 @@
|
|||
---
|
||||
- name: Add gpg key for mariadb repository
|
||||
ansible.builtin.apt_key:
|
||||
keyserver: "{{ mariadb_repository_key_server }}"
|
||||
id: "{{ mariadb_repository_key_id }}"
|
||||
retries: 2
|
||||
register: result
|
||||
until: result is succeeded
|
||||
url: https://supplychain.mariadb.com/MariaDB-Server-GPG-KEY
|
||||
tags: mariadb
|
||||
|
||||
- name: Add official repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue