Update to 2.0.2 #21

Merged
meaz merged 15 commits from 2.0.1 into staging 2024-04-16 15:08:01 +02:00
Showing only changes of commit 2e109e5a07 - Show all commits

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 }}"