Fix tests for update_password not executed

This commit is contained in:
Laurent Indermuehle 2024-06-06 19:11:01 +02:00
parent ec7686d820
commit 5477db9037
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -295,3 +295,7 @@
- name: Mysql_user - test column case sensitive
ansible.builtin.import_tasks:
file: test_column_case_sensitive.yml
- name: Mysql_user - test update_password
ansible.builtin.import_tasks:
file: test_update_password.yml