Skip to content
Snippets Groups Projects
Commit 4a2c542c authored by Thomas Schneider's avatar Thomas Schneider
Browse files

mysql: Install py3 mysql driver for the ansible modules

parent 45c3b508
Branches
No related tags found
1 merge request!2mysql: Install py3 mysql driver for the ansible modules
Pipeline #2895 failed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
apt: apt:
name: name:
- mariadb-server - mariadb-server
- python-mysqldb - python3-pymysql
state: present state: present
tags: tags:
- packages - packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment