Skip to content

Commit 2ea5bcb

Browse files
committed
Add PyMySQL in Python MySQL Packages for Debian
1 parent 334c5b4 commit 2ea5bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/setup-Debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
- name: Determine required MySQL Python libraries.
1313
set_fact:
14-
deb_mysql_python_package: "{% if 'python3' in ansible_python_interpreter|default('') %}python3-mysqldb{% else %}python-mysqldb{% endif %}"
14+
deb_mysql_python_package: "PyMySQL {% if 'python3' in ansible_python_interpreter|default('') %}python3-mysqldb {% else %}python-mysqldb{% endif %}"
1515

1616
- name: Ensure MySQL Python libraries are installed.
1717
apt:

0 commit comments

Comments
 (0)