change include to include_tasks

This commit is contained in:
meaz 2023-01-08 20:30:15 +01:00
parent 75d7138c82
commit 91fee089be
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -1,13 +1,13 @@
---
- name: "[GITEA]- Create user"
include: user.yml
include_tasks: user.yml
- name: "[GITEA] - configure"
include: configure.yml
include_tasks: configure.yml
- name: "[GITEA] - systemd"
include: systemd.yml
include_tasks: systemd.yml
- name: "[GITEA] - install"
include: install.yml
include_tasks: install.yml