Added cryptpad role

This commit is contained in:
2021-01-05 13:53:15 +01:00
parent 6de3c4633f
commit d398c22b56
14 changed files with 115 additions and 0 deletions

View 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