From d533cfbc9544b1ac81801ce08cc4ad7a6b712795 Mon Sep 17 00:00:00 2001 From: lucascbeyeler Date: Fri, 3 Mar 2017 22:03:45 -0300 Subject: [PATCH 1/2] Updating Zimbra Server from 8.7.3 to 8.7.4 --- tasks/vars/zimbra-Debian.yml | 6 +++--- tasks/vars/zimbra-RedHat.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/vars/zimbra-Debian.yml b/tasks/vars/zimbra-Debian.yml index ecff973..1f14365 100644 --- a/tasks/vars/zimbra-Debian.yml +++ b/tasks/vars/zimbra-Debian.yml @@ -2,12 +2,12 @@ # correct package to install - name: Set the Playbook to Install Zimbra Collaboration 8.7 - Open Source Edition - set_fact: zmurl=https://files.zimbra.com/downloads/8.7.3_GA/ + set_fact: zmurl=https://files.zimbra.com/downloads/8.7.4_GA/ - name: Check if your distro is Ubuntu Server 16.04 LTS - set_fact: zmpkg=zcs-8.7.3_GA_1750.UBUNTU16_64.20170215042321 + set_fact: zmpkg=zcs-8.7.4_GA_1730.UBUNTU16_64.20170227060845 when: ansible_distribution_major_version|int >= 16 - name: Check if your distro is Ubuntu Server 14.04 LTS - set_fact: zmpkg=zcs-8.7.3_GA_1750.UBUNTU14_64.20170215042321 + set_fact: zmpkg=zcs-8.7.4_GA_1730.UBUNTU14_64.20170227060845 when: ansible_distribution_major_version|int >= 14 and ansible_distribution_major_version|int <= 15 diff --git a/tasks/vars/zimbra-RedHat.yml b/tasks/vars/zimbra-RedHat.yml index ea07224..5fb73e5 100644 --- a/tasks/vars/zimbra-RedHat.yml +++ b/tasks/vars/zimbra-RedHat.yml @@ -2,12 +2,12 @@ # correct package to install - name: Set the Playbook to Install Zimbra Collaboration 8.7 - Open Source Edition - set_fact: zmurl=https://files.zimbra.com/downloads/8.7.3_GA/ + set_fact: zmurl=https://files.zimbra.com/downloads/8.7.4_GA/ - name: Check if your distro is Red Hat Enterprise Linux or CentOS (Major 6) - set_fact: zmpkg=zcs-8.7.3_GA_1750.RHEL6_64.20170215042321 + set_fact: zmpkg=zcs-8.7.4_GA_1730.RHEL6_64.20170227060845 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.3_GA_1750.RHEL7_64.20170215042321 + set_fact: zmpkg=zcs-8.7.4_GA_1730.RHEL7_64.20170227060845 when: ansible_distribution_major_version == "7" From 58dca3d2ecc03eeea5f308ea42c4ecc634440e8d Mon Sep 17 00:00:00 2001 From: lucascbeyeler Date: Fri, 3 Mar 2017 23:10:03 -0300 Subject: [PATCH 2/2] Updating README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebd2513..ff3e8e0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Ansible-Zimbra Ansible role to install and configure Zimbra Collaboration Open Source Edition in a monoserver environment [![Build Status](https://travis-ci.org/lucascbeyeler/ansible-zimbra.svg?branch=master)](https://travis-ci.org/lucascbeyeler/ansible-zimbra) +[![Zimbra Version](https://img.shields.io/badge/Zimbra%20Version-8.7.4-blue.svg)](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) Requirements ------------