We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d837d commit 1d31062Copy full SHA for 1d31062
1 file changed
wsl/os/almalinux9/roles/mariadb/tasks/main.yml
@@ -1,11 +1,11 @@
1
---
2
-- name: Create MariaDB 10.11 repo file
+- name: Create MariaDB 11.4 repo file
3
template:
4
src: "{{ mariadb_repo_src }}"
5
dest: "{{ mariadb_repo_dest }}"
6
owner: "{{ config.system.username }}"
7
group: "{{ config.system.username }}"
8
-- name: Install MariaDB 10.11
+- name: Install MariaDB 11.4
9
command: "dnf install python3-mysqlclient MariaDB-server MariaDB-client -y"
10
- name: Enable and start MariaDB service
11
command: systemctl enable --now mariadb
0 commit comments