change include to include_tasks
This commit is contained in:
parent
75d7138c82
commit
91fee089be
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue