Added cryptpad role
This commit is contained in:
12
roles/cryptpad/tasks/npm.yml
Normal file
12
roles/cryptpad/tasks/npm.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: install bower
|
||||
community.general.npm:
|
||||
name: bower
|
||||
global: yes
|
||||
- name: install npm dependencies
|
||||
community.general.npm:
|
||||
path: ~/cryptpad
|
||||
- name: install bower dependencies
|
||||
community.general.bower:
|
||||
path: ~/cryptpad
|
||||
relative_execpath: ~/lib/node_modules/bower/bin
|
||||
Reference in New Issue
Block a user