Skip to content

Commit 3974aaa

Browse files
authored
added python3-mysqlclient for ansible bridge
1 parent f3e1d12 commit 3974aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsl/roles/mariadb/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Install MariaDB 11.4
3-
command: "dnf install mariadb-server -y"
3+
command: "dnf install python3-mysqlclient mariadb-server -y"
44
- name: Enable and start MariaDB service
55
command: systemctl enable --now mariadb
66
- name: Set MariaDB root password

0 commit comments

Comments
 (0)