change include to include_tasks
This commit is contained in:
parent
c1ff0d4a7a
commit
7ec959951f
1 changed files with 7 additions and 7 deletions
|
@ -1,23 +1,23 @@
|
|||
---
|
||||
|
||||
- name: Install dependencies
|
||||
include: installdeps.yml
|
||||
include_tasks: installdeps.yml
|
||||
|
||||
- name: Clone / Update GIT
|
||||
include: git.yml
|
||||
include_tasks: git.yml
|
||||
|
||||
- name: Add user
|
||||
include: user.yml
|
||||
include_tasks: user.yml
|
||||
|
||||
- name: Deploy configuration
|
||||
include: configure.yml
|
||||
include_tasks: configure.yml
|
||||
|
||||
- name: Install Modules
|
||||
include: modules.yml
|
||||
include_tasks: modules.yml
|
||||
|
||||
- name: Use abiword
|
||||
include: abiword.yml
|
||||
include_tasks: abiword.yml
|
||||
when: etherpad_abiword != 'null'
|
||||
|
||||
- name: Systemd
|
||||
include: systemd.yml
|
||||
include_tasks: systemd.yml
|
||||
|
|
Loading…
Reference in a new issue