Rename variable for consistency

This commit is contained in:
Laurent Indermuehle 2023-01-20 14:02:28 +01:00
commit 05215dc1c3
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
5 changed files with 10 additions and 10 deletions

View file

@ -20,7 +20,7 @@
connector_name != 'pymysql'
or (
connector_name == 'pymysql'
and connector_ver is version('0.9.3', '>=')
and connector_version is version('0.9.3', '>=')
)
- name: Config overrides | Create include_dir
@ -33,7 +33,7 @@
connector_name != 'pymysql'
or (
connector_name == 'pymysql'
and connector_ver is version('0.9.3', '>=')
and connector_version is version('0.9.3', '>=')
)
- name: Config overrides | Add include_dir
@ -46,7 +46,7 @@
connector_name != 'pymysql'
or (
connector_name == 'pymysql'
and connector_ver is version('0.9.3', '>=')
and connector_version is version('0.9.3', '>=')
)
- name: Config overrides | Create database using fake port to connect to, must fail