Skip to content
Snippets Groups Projects
Verified Commit 8e1cdea4 authored by Florian Pritz's avatar Florian Pritz
Browse files

mariadb: Switch python module to python3 version


This is used by ansible to run mysql queries, e.g. when adding users.

Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent cf4af760
No related branches found
No related tags found
No related merge requests found
---
- name: install mariadb
pacman: name=mariadb,mysql-python state=present
pacman: name=mariadb,python-mysqlclient state=present
- name: initialize mariadb
command: mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment