Bugfix - Donwloading wrong version

This commit is contained in:
lucascbeyeler 2017-07-09 18:04:13 -03:00
parent 535568b78e
commit 2570903fa7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
set_fact: zmurl=https://files.zimbra.com/downloads/8.7.11_GA/
- name: Check if your distro is Ubuntu Server 16.04 LTS
set_fact: zmpkg=zcs-8.7.11_GA_1854.UBUNTU14_64.20170531151956
set_fact: zmpkg=zcs-8.7.11_GA_1854.UBUNTU16_64.20170531151956
when: ansible_distribution_major_version|int >= 16
- name: Check if your distro is Ubuntu Server 14.04 LTS