You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
# 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
|
|
|