mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -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
|
@ -10,7 +10,7 @@
|
|||
# ========================================================================
|
||||
# Creation
|
||||
# ========================================================================
|
||||
- include: utils_create_user.yml user_name={{ user_name_1 }} user_password={{ user_password_1 }}
|
||||
- include: utils/create_user.yml user_name={{ user_name_1 }} user_password={{ user_password_1 }}
|
||||
|
||||
- name: Idempotency | Create user that already exist (expect changed=false)
|
||||
mysql_user:
|
||||
|
@ -55,7 +55,7 @@
|
|||
# ========================================================================
|
||||
|
||||
# Create blank user to be removed later
|
||||
- include: utils_create_user.yml user_name="" user_password='KJFDY&D*Sfuysf'
|
||||
- include: utils/create_user.yml user_name="" user_password='KJFDY&D*Sfuysf'
|
||||
|
||||
- name: Idempotency | Remove blank user with hosts=all (expect changed)
|
||||
mysql_user:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue