forked from ISTI-ansible-roles/ansible-roles
8 lines
169 B
YAML
8 lines
169 B
YAML
|
---
|
||
|
- block:
|
||
|
- name: Unpack the zulip distribution
|
||
|
unarchive: src={{ zulip_download_url }} dest=/srv remote_src=yes
|
||
|
|
||
|
when: zulip_install
|
||
|
tags: [ 'zulip' ]
|