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