Skip to content

Commit 01495a5

Browse files
committed
Remove one ansible lint skip tag where not needed.
1 parent 1eee6e2 commit 01495a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/setup-Debian.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
- name: Determine required MySQL Python libraries.
1111
set_fact:
1212
deb_mysql_python_package: "{% if 'python3' in ansible_python_interpreter|default('') %}python3-mysqldb{% else %}python-mysqldb{% endif %}"
13-
tags: ['skip_ansible_lint']
1413

1514
- name: Ensure MySQL Python libraries are installed.
1615
apt: "name={{ deb_mysql_python_package }} state=present"

0 commit comments

Comments
 (0)