etherpad/tasks/main.yml

24 lines
368 B
YAML

---
- name: Install dependencies
include: installdeps.yml
- name: Clone / Update GIT
include: git.yml
- name: Add user
include: user.yml
- name: Deploy configuration
include: configure.yml
- name: Install Modules
include: modules.yml
- name: Use abiword
include: abiword.yml
when: etherpad_abiword != 'null'
- name: Systemd
include: systemd.yml