mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 04:04:26 -07:00
Rename variable for consistency
This commit is contained in:
parent
f59e94ee04
commit
05215dc1c3
5 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue