- name: "Download Keeweb" get_url: url: "{{ restic_url }}" dest: /tmp/restic.bz2 - name: "Install restic" unarchive: src: "/tmp/restic.bz2" dest: /usr/bin/restic remote_src: yes mode: "751"