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 f3e1d12 commit 3974aaaCopy full SHA for 3974aaa
wsl/roles/mariadb/tasks/main.yml
@@ -1,6 +1,6 @@
1
---
2
- name: Install MariaDB 11.4
3
- command: "dnf install mariadb-server -y"
+ command: "dnf install python3-mysqlclient mariadb-server -y"
4
- name: Enable and start MariaDB service
5
command: systemctl enable --now mariadb
6
- name: Set MariaDB root password
0 commit comments