mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-06 14:14:24 -07:00
tests: fix syntax
This commit is contained in:
parent
3edba3d8ca
commit
12a2bd358e
13 changed files with 201 additions and 54 deletions
|
@ -79,4 +79,6 @@
|
|||
- foo
|
||||
- bar
|
||||
|
||||
- include_tasks: utils/remove_user.yml user_name="{{ user_name_2 }}"
|
||||
- include_tasks: utils/remove_user.yml
|
||||
vars:
|
||||
user_name: "{{ user_name_2 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue