From 4b41e04660cefd15c35c7749db05555a5e6bcbd8 Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Sat, 6 Jan 2018 10:45:10 -0200 Subject: [PATCH] Updating download address to 8.8 --- tasks/install/vars.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tasks/install/vars.yml b/tasks/install/vars.yml index 30959aa..3db1a4f 100644 --- a/tasks/install/vars.yml +++ b/tasks/install/vars.yml @@ -3,20 +3,20 @@ # Setting variables ################################################################################ - name: Loading the address to the most recent release of Zimbra OSE (8.7.11) - set_fact: zmurl=https://files.zimbra.com/downloads/8.7.11_GA/ + set_fact: zmurl=https://files.zimbra.com/downloads/8.8.5_GA/ - name: Check if your distro is Ubuntu Server 16.04 LTS - set_fact: zmpkg=zcs-8.7.11_GA_1854.UBUNTU16_64.20170531151956 + set_fact: zmpkg=zcs-8.8.5_GA_1894.UBUNTU16_64.20171026035615 when: ansible_distribution_major_version|int >= 16 - name: Check if your distro is Ubuntu Server 14.04 LTS - set_fact: zmpkg=zcs-8.7.11_GA_1854.UBUNTU14_64.20170531151956 + set_fact: zmpkg=zcs-8.8.5_GA_1894.UBUNTU14_64.20171026035615 when: ansible_distribution_major_version|int >= 14 and ansible_distribution_major_version|int <= 15 - name: Check if your distro is Red Hat Enterprise Linux or CentOS (Major 6) - set_fact: zmpkg=zcs-8.7.11_GA_1854.RHEL6_64.20170531151956 + set_fact: zmpkg=zcs-8.8.5_GA_1894.RHEL6_64.20171026035615 when: ansible_distribution_major_version == "6" - name: Check if your distro is Red Hat Enterprise Linux or CentOS (Major 7) - set_fact: zmpkg=zcs-8.7.11_GA_1854.RHEL7_64.20170531151956 + set_fact: zmpkg=zcs-8.8.5_GA_1894.RHEL7_64.20171026035615 when: ansible_distribution_major_version == "7"