1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-27 23:53:18 +02:00
2021-12-01 19:13:34 +01:00

9 lines
292 B
YAML

---
# Here we use a template instead of yum_repository because
# we might need to set module_hotfixes = true for el8. And yum_repository
# doesn't support this setting
- name: Configure MariaDB repo
template: src=mariadb.repo.j2 dest=/etc/yum.repos.d/mariadb.repo
tags: mysql,repo