Change deprecated include to include_tasks
This commit is contained in:
parent
88a0e81325
commit
fd38067c1f
1 changed files with 2 additions and 2 deletions
4
test.yml
4
test.yml
|
|
@ -5,6 +5,6 @@
|
|||
- 'vars/main.yml'
|
||||
- 'defaults/main.yml'
|
||||
tasks:
|
||||
- include: 'tasks/main.yml'
|
||||
- include_tasks: 'tasks/main.yml'
|
||||
handlers:
|
||||
- include: 'handlers/main.yml'
|
||||
- include_tasks: 'handlers/main.yml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue