Move utility task files in their own folder

This commit is contained in:
Laurent Indermuehle 2023-03-07 16:22:36 +01:00
commit 2462d61dc8
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
19 changed files with 60 additions and 60 deletions

View file

@ -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 }}