mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-06 14:14:24 -07:00
Move utility task files in their own folder
This commit is contained in:
parent
b30e8d8a88
commit
2462d61dc8
19 changed files with 60 additions and 60 deletions
|
@ -31,7 +31,7 @@
|
|||
that:
|
||||
- result is changed
|
||||
|
||||
- include: utils_assert_user.yml user_name={{ user_name_1 }} user_host=localhost
|
||||
- include: utils/assert_user.yml user_name={{ user_name_1 }} user_host=localhost
|
||||
|
||||
# Test user removal
|
||||
- name: Issue-265 | remove mysql user {{ user_name_1 }}
|
||||
|
@ -86,7 +86,7 @@
|
|||
that:
|
||||
- result is not changed
|
||||
|
||||
- include: utils_assert_no_user.yml user_name={{user_name_1}}
|
||||
- include: utils/assert_no_user.yml user_name={{user_name_1}}
|
||||
|
||||
# Tests with force_context: no
|
||||
# Test user creation
|
||||
|
@ -114,7 +114,7 @@
|
|||
that:
|
||||
- result is changed
|
||||
|
||||
- include: utils_assert_user.yml user_name={{ user_name_1 }} user_host=localhost
|
||||
- include: utils/assert_user.yml user_name={{ user_name_1 }} user_host=localhost
|
||||
|
||||
# Test user removal
|
||||
- name: Issue-265 | Remove mysql user {{ user_name_1 }}
|
||||
|
@ -168,4 +168,4 @@
|
|||
that:
|
||||
- result is not changed
|
||||
|
||||
- include: utils_assert_no_user.yml user_name={{ user_name_1 }}
|
||||
- include: utils/assert_no_user.yml user_name={{ user_name_1 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue