mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-23 17:39:10 -07:00
Rename variable for consistency
This commit is contained in:
parent
f59e94ee04
commit
05215dc1c3
5 changed files with 10 additions and 10 deletions
|
@ -373,7 +373,7 @@
|
|||
connector_name != 'pymysql'
|
||||
or (
|
||||
connector_name == 'pymysql'
|
||||
and connector_ver is version('0.9', '>=')
|
||||
and connector_version is version('0.9', '>=')
|
||||
)
|
||||
block:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue