mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 13:14:26 -07:00
Change parameter
This commit is contained in:
parent
17a88ac5ad
commit
31bdc49400
1 changed files with 3 additions and 4 deletions
|
@ -578,7 +578,7 @@
|
||||||
name: '{{ test_user_name }}'
|
name: '{{ test_user_name }}'
|
||||||
host: '%'
|
host: '%'
|
||||||
plugin: caching_sha2_password
|
plugin: caching_sha2_password
|
||||||
plugin_hash_string: '{{ test_plugin_hash }}'
|
plugin_auth_string: '{{ test_plugin_hash }}'
|
||||||
salt: '{{ test_salt }}'
|
salt: '{{ test_salt }}'
|
||||||
priv: '{{ test_default_priv }}'
|
priv: '{{ test_default_priv }}'
|
||||||
check_mode: true
|
check_mode: true
|
||||||
|
@ -597,7 +597,7 @@
|
||||||
name: '{{ test_user_name }}'
|
name: '{{ test_user_name }}'
|
||||||
host: '%'
|
host: '%'
|
||||||
plugin: caching_sha2_password
|
plugin: caching_sha2_password
|
||||||
plugin_hash_string: '{{ test_plugin_hash }}'
|
plugin_auth_string: '{{ test_plugin_hash }}'
|
||||||
salt: '{{ test_salt }}'
|
salt: '{{ test_salt }}'
|
||||||
priv: '{{ test_default_priv }}'
|
priv: '{{ test_default_priv }}'
|
||||||
register: result
|
register: result
|
||||||
|
@ -615,7 +615,7 @@
|
||||||
name: '{{ test_user_name }}'
|
name: '{{ test_user_name }}'
|
||||||
host: '%'
|
host: '%'
|
||||||
plugin: caching_sha2_password
|
plugin: caching_sha2_password
|
||||||
plugin_hash_string: '{{ test_plugin_hash }}'
|
plugin_auth_string: '{{ test_plugin_hash }}'
|
||||||
salt: '{{ test_salt }}'
|
salt: '{{ test_salt }}'
|
||||||
priv: '{{ test_default_priv }}'
|
priv: '{{ test_default_priv }}'
|
||||||
register: result
|
register: result
|
||||||
|
@ -626,4 +626,3 @@
|
||||||
vars:
|
vars:
|
||||||
user_name: "{{ test_user_name }}"
|
user_name: "{{ test_user_name }}"
|
||||||
plugin_type: caching_sha2_password
|
plugin_type: caching_sha2_password
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue