diff --git a/tasks/main.yml b/tasks/main.yml index 219a966..acd8dc3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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