This commit is contained in:
Jorge-Rodriguez 2020-07-25 13:01:59 +03:00
parent e7e0354ae6
commit 226158a74a

View file

@ -234,7 +234,7 @@
- result is changed
- 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
when: db_version.version.major <= 5 and db_version.version.minor <= 6 or db_version.version.major == 10 and db_version.version.minor < 2