mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-03-18 12:02:10 +07:00
Manages MariaDB 10.6 + Debian 11
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
---
|
||||
|
||||
- name: APT | Install GPG
|
||||
apt:
|
||||
name: gpg
|
||||
|
||||
- name: APT_KEY | Install MariaDB key
|
||||
apt_key:
|
||||
keyserver: "{{ mariadb_key_server }}"
|
||||
|
||||
Reference in New Issue
Block a user