add install task for etherpad with pnpm

This commit is contained in:
meaz 2024-03-23 23:09:19 +01:00
parent 2cd619e86e
commit 2e109e5a07
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

9
tasks/install.yml Normal file
View file

@ -0,0 +1,9 @@
---
- name: '[INSTALL] - Install with pnpm'
shell:
cmd: pnpm install
args:
chdir: "{{ etherpad_app_dir }}/app"
become: yes
become_user: "{{ etherpad_username }}"