change include to include_tasks

This commit is contained in:
meaz 2023-01-08 20:23:44 +01:00
parent 45ead4ef80
commit 7da50d1461
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 4 additions and 4 deletions

View File

@ -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