Skip to content

Commit 1d31062

Browse files
authored
Update main.yml
1 parent 54d837d commit 1d31062

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • wsl/os/almalinux9/roles/mariadb/tasks

wsl/os/almalinux9/roles/mariadb/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
- name: Create MariaDB 10.11 repo file
2+
- name: Create MariaDB 11.4 repo file
33
template:
44
src: "{{ mariadb_repo_src }}"
55
dest: "{{ mariadb_repo_dest }}"
66
owner: "{{ config.system.username }}"
77
group: "{{ config.system.username }}"
8-
- name: Install MariaDB 10.11
8+
- name: Install MariaDB 11.4
99
command: "dnf install python3-mysqlclient MariaDB-server MariaDB-client -y"
1010
- name: Enable and start MariaDB service
1111
command: systemctl enable --now mariadb

0 commit comments

Comments
 (0)