etherpad/tasks/main.yml
meaz 83631bef99 v1.9.0 (#10)
Co-authored-by: meaz <meaz@disroot.org>
Reviewed-on: #10
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
2023-06-27 18:46:27 +00:00

24 lines
410 B
YAML

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