mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-22 10:21:29 -07:00
Fix variable assignation to the include task
This commit is contained in:
parent
eadf0a6643
commit
03a925f820
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
- data1
|
||||
- data2
|
||||
|
||||
- include: utils_remove_user.yml user_name="{{ user_name_3 }}"
|
||||
- include: utils_remove_user.yml user_name={{ user_name_3 }}
|
||||
|
||||
- name: User grants with roles applied | Drop test role
|
||||
mysql_role:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue