Skip to content
Snippets Groups Projects

mysql: Install py3 mysql driver for the ansible modules

Closed Thomas Schneider requested to merge mysql-py3-driver into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7 +5,7 @@
apt:
name:
- mariadb-server
- python-mysqldb
- python3-pymysql
state: present
tags:
- packages
Loading