Manages MariaDB 10.6 + Debian 11

This commit is contained in:
Emilien Mantel
2021-09-01 13:31:11 +02:00
parent 860b212ee0
commit 79d6ed7966
13 changed files with 65 additions and 19 deletions

View File

@@ -1,5 +1,9 @@
---
- name: APT | Install GPG
apt:
name: gpg
- name: APT_KEY | Install MariaDB key
apt_key:
keyserver: "{{ mariadb_key_server }}"