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