ansible-role-mariadb/tasks/repo.yml

11 lines
268 B
YAML
Raw Normal View History

2019-05-18 10:26:37 +00:00
---
2023-06-29 13:17:06 +00:00
- name: Add gpg key for mariadb repository
2021-08-22 14:09:18 +00:00
ansible.builtin.apt_key:
2023-08-28 11:58:57 +00:00
url: https://supplychain.mariadb.com/MariaDB-Server-GPG-KEY
2019-05-18 10:26:37 +00:00
tags: mariadb
2023-06-29 13:17:06 +00:00
- name: Add official repo
2021-08-22 14:09:18 +00:00
ansible.builtin.apt_repository:
2023-06-29 13:17:06 +00:00
repo: "{{ mariadb_repository }}"
2019-05-18 10:26:37 +00:00
tags: mariadb