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 334c5b4 commit 2ea5bcbCopy full SHA for 2ea5bcb
tasks/setup-Debian.yml
@@ -11,7 +11,7 @@
11
12
- name: Determine required MySQL Python libraries.
13
set_fact:
14
- deb_mysql_python_package: "{% if 'python3' in ansible_python_interpreter|default('') %}python3-mysqldb{% else %}python-mysqldb{% endif %}"
+ deb_mysql_python_package: "PyMySQL {% if 'python3' in ansible_python_interpreter|default('') %}python3-mysqldb {% else %}python-mysqldb{% endif %}"
15
16
- name: Ensure MySQL Python libraries are installed.
17
apt:
0 commit comments