mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-28 00:41:46 -07:00
Refactor filtering of tasks using connector's vars sets during setup
This commit is contained in:
parent
369c0bcb53
commit
4a87771a77
11 changed files with 54 additions and 45 deletions
|
@ -151,8 +151,6 @@
|
|||
# ============================================================
|
||||
# Verify mysql_variable fails when setting an incorrect value (out of range)
|
||||
#
|
||||
- shell: pip show pymysql | awk '/Version/ {print $2}'
|
||||
register: pymysql_version
|
||||
|
||||
- name: set mysql variable value to a number out of range
|
||||
mysql_variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue