Added cryptpad role
This commit is contained in:
8
roles/cryptpad/tasks/download.yml
Normal file
8
roles/cryptpad/tasks/download.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: download cryptpad
|
||||
git:
|
||||
dest: ~/cryptpad
|
||||
repo: https://github.com/xwiki-labs/cryptpad.git
|
||||
version: "{{ cryptpad_version }}"
|
||||
depth: 1
|
||||
accept_hostkey: yes
|
||||
Reference in New Issue
Block a user