9 lines
186 B
YAML
9 lines
186 B
YAML
---
|
|
- name: download cryptpad
|
|
git:
|
|
dest: ~/cryptpad
|
|
repo: https://github.com/xwiki-labs/cryptpad.git
|
|
version: "{{ cryptpad_version }}"
|
|
depth: 1
|
|
accept_hostkey: yes
|