mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-07 06:34:25 -07:00
tests: fix syntax
This commit is contained in:
parent
12a2bd358e
commit
8a0c09bb6b
3 changed files with 38 additions and 11 deletions
|
@ -58,7 +58,10 @@
|
|||
# ========================================================================
|
||||
|
||||
# Create blank user to be removed later
|
||||
- include_tasks: utils/create_user.yml user_name="" user_password='KJFDY&D*Sfuysf'
|
||||
- include_tasks: utils/create_user.yml
|
||||
vars:
|
||||
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