mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-06 14:14:24 -07:00
tests: change deprecated "include" to "include_tasks"
This commit is contained in:
parent
89d1637c32
commit
78a0edfd26
15 changed files with 312 additions and 88 deletions
|
@ -79,4 +79,6 @@
|
|||
- foo
|
||||
- bar
|
||||
|
||||
- include: 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