mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
Add check
This commit is contained in:
parent
28daad7d55
commit
e0f5462037
1 changed files with 3 additions and 3 deletions
|
@ -563,7 +563,7 @@
|
|||
password: "{{ test_plugin_auth_string }}"
|
||||
priv: "{{ test_default_priv }}"
|
||||
|
||||
- name: Plugin auth | Check that the expected (previous) plugin type is set
|
||||
- name: Plugin auth | Check that the expected plugin type is set
|
||||
ansible.builtin.include_tasks: utils/assert_plugin.yml
|
||||
vars:
|
||||
user_name: "{{ test_user_name }}"
|
||||
|
@ -584,7 +584,7 @@
|
|||
register: result
|
||||
failed_when: result is not changed
|
||||
|
||||
- name: Plugin auth | Check that the expected (previous) plugin type is set
|
||||
- name: Plugin auth | Check that the expected plugin type is set (not changed)
|
||||
ansible.builtin.include_tasks: utils/assert_plugin.yml
|
||||
vars:
|
||||
user_name: "{{ test_user_name }}"
|
||||
|
@ -601,7 +601,7 @@
|
|||
register: result
|
||||
failed_when: result is not changed
|
||||
|
||||
- name: Plugin auth | Check that the expected (previous) plugin type is set
|
||||
- name: Plugin auth | Check that the expected (new) plugin type is set
|
||||
ansible.builtin.include_tasks: utils/assert_plugin.yml
|
||||
vars:
|
||||
user_name: "{{ test_user_name }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue