Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimede authored Oct 30, 2024
1 parent 54d837d commit 1d31062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wsl/os/almalinux9/roles/mariadb/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
- name: Create MariaDB 10.11 repo file
- name: Create MariaDB 11.4 repo file
template:
src: "{{ mariadb_repo_src }}"
dest: "{{ mariadb_repo_dest }}"
owner: "{{ config.system.username }}"
group: "{{ config.system.username }}"
- name: Install MariaDB 10.11
- name: Install MariaDB 11.4
command: "dnf install python3-mysqlclient MariaDB-server MariaDB-client -y"
- name: Enable and start MariaDB service
command: systemctl enable --now mariadb
Expand Down

0 comments on commit 1d31062

Please sign in to comment.