mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Fix tests for update_password not executed
This commit is contained in:
parent
ec7686d820
commit
5477db9037
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue