Files
uberspace-ansible/roles/cryptpad/tasks/download.yml
2021-01-05 13:53:15 +01:00

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