mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
Fix typo
This commit is contained in:
parent
e7e0354ae6
commit
226158a74a
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@
|
||||||
- result is changed
|
- result is changed
|
||||||
|
|
||||||
- name: retrieve TLS requiremets for users in old database version
|
- name: retrieve TLS requiremets for users in old database version
|
||||||
command: "{{ mysql_comnand }} -L -N -s -e \"SHOW GRANTS for '{{ user_name_1 }}'@'localhost'\""
|
command: "{{ mysql_command }} -L -N -s -e \"SHOW GRANTS for '{{ user_name_1 }}'@'localhost'\""
|
||||||
register: old_result
|
register: old_result
|
||||||
when: db_version.version.major <= 5 and db_version.version.minor <= 6 or db_version.version.major == 10 and db_version.version.minor < 2
|
when: db_version.version.major <= 5 and db_version.version.minor <= 6 or db_version.version.major == 10 and db_version.version.minor < 2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue