mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 04:04:26 -07:00
Change include to import
Import are faster, inherit from tags and display contained tasks. We don't need any of the features offered by includes here.
This commit is contained in:
parent
669c7339f6
commit
25afdbc1ed
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@
|
|||
- include: test_priv_subtract.yml enable_check_mode=no
|
||||
- include: test_priv_subtract.yml enable_check_mode=yes
|
||||
|
||||
- include: test_privs_issue_465.yml
|
||||
- import_tasks: test_privs_issue_465.yml
|
||||
tags:
|
||||
- issue_465
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue