Add one more check

This commit is contained in:
Fran Sanjuán 2024-08-23 17:05:47 +02:00
commit 5b923a372e

View file

@ -609,7 +609,7 @@
user_name: "{{ test_user_name }}" user_name: "{{ test_user_name }}"
plugin_type: caching_sha2_password plugin_type: caching_sha2_password
- name: Plugin auth | Change user plugin again (should not change) - name: Plugin auth | Change auth user plugin again (should not change)
community.mysql.mysql_user: community.mysql.mysql_user:
<<: *mysql_params <<: *mysql_params
name: '{{ test_user_name }}' name: '{{ test_user_name }}'
@ -626,3 +626,4 @@
vars: vars:
user_name: "{{ test_user_name }}" user_name: "{{ test_user_name }}"
plugin_type: caching_sha2_password plugin_type: caching_sha2_password