---
- block:
    - name: Unpack the zulip distribution
      unarchive: src={{ zulip_download_url }} dest=/srv remote_src=yes

  when: zulip_install
  tags: [ 'zulip' ]