change include to include_tasks
This commit is contained in:
parent
45ead4ef80
commit
7da50d1461
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- include: install.yml
|
||||
- include: configure.yml
|
||||
- include: databases.yml
|
||||
- include: users.yml
|
||||
- include_tasks: install.yml
|
||||
- include_tasks: configure.yml
|
||||
- include_tasks: databases.yml
|
||||
- include_tasks: users.yml
|
||||
|
|
Loading…
Reference in a new issue