I created an issue upstream as there is no possibility to remove modules from cli. The main dev will do is tomorrow normally. So I keep this as WIP at the moment. Reviewed-on: #21 Reviewed-by: muppeth <muppeth@no-reply@disroot.org> Co-authored-by: meaz <meaz@disroot.org> Co-committed-by: meaz <meaz@disroot.org>
9 lines
180 B
YAML
9 lines
180 B
YAML
---
|
|
|
|
- name: '[INSTALL] - Install with pnpm'
|
|
shell:
|
|
cmd: pnpm install
|
|
args:
|
|
chdir: "{{ etherpad_app_dir }}/app"
|
|
become: yes
|
|
become_user: "{{ etherpad_username }}"
|