Add check

This commit is contained in:
Fran Sanjuán 2024-08-23 16:54:18 +02:00
commit e0f5462037

View file

@ -563,7 +563,7 @@
password: "{{ test_plugin_auth_string }}" password: "{{ test_plugin_auth_string }}"
priv: "{{ test_default_priv }}" 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 ansible.builtin.include_tasks: utils/assert_plugin.yml
vars: vars:
user_name: "{{ test_user_name }}" user_name: "{{ test_user_name }}"
@ -584,7 +584,7 @@
register: result register: result
failed_when: result is not changed 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 ansible.builtin.include_tasks: utils/assert_plugin.yml
vars: vars:
user_name: "{{ test_user_name }}" user_name: "{{ test_user_name }}"
@ -601,7 +601,7 @@
register: result register: result
failed_when: result is not changed 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 ansible.builtin.include_tasks: utils/assert_plugin.yml
vars: vars:
user_name: "{{ test_user_name }}" user_name: "{{ test_user_name }}"