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 1eee6e2 commit 01495a5Copy full SHA for 01495a5
tasks/setup-Debian.yml
@@ -10,7 +10,6 @@
10
- name: Determine required MySQL Python libraries.
11
set_fact:
12
deb_mysql_python_package: "{% if 'python3' in ansible_python_interpreter|default('') %}python3-mysqldb{% else %}python-mysqldb{% endif %}"
13
- tags: ['skip_ansible_lint']
14
15
- name: Ensure MySQL Python libraries are installed.
16
apt: "name={{ deb_mysql_python_package }} state=present"
0 commit comments