add install task for etherpad with pnpm
This commit is contained in:
parent
2cd619e86e
commit
2e109e5a07
1 changed files with 9 additions and 0 deletions
9
tasks/install.yml
Normal file
9
tasks/install.yml
Normal 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 }}"
|
Loading…
Reference in a new issue