diff --git a/README.md b/README.md index f3df191..8bcb720 100644 --- a/README.md +++ b/README.md @@ -4,7 +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-8.7.7-blue.svg)](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) +[![Zimbra Version](https://img.shields.io/badge/Zimbra-8.7.9-blue.svg)](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) Requirements ------------ diff --git a/tasks/vars/zimbra-Debian.yml b/tasks/vars/zimbra-Debian.yml index 5380da2..96f52e1 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.7_GA/ + set_fact: zmurl=https://files.zimbra.com/downloads/8.7.9_GA/ - name: Check if your distro is Ubuntu Server 16.04 LTS - set_fact: zmpkg=zcs-8.7.7_GA_1787.UBUNTU16_64.20170410133400 + set_fact: zmpkg=zcs-8.7.9_GA_1794.UBUNTU16_64.20170505054622 when: ansible_distribution_major_version|int >= 16 - name: Check if your distro is Ubuntu Server 14.04 LTS - set_fact: zmpkg=zcs-8.7.7_GA_1787.UBUNTU14_64.20170410133400 + set_fact: zmpkg=zcs-8.7.9_GA_1794.UBUNTU14_64.20170505054622 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 7f54c6d..8ff4df7 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.7_GA/ + set_fact: zmurl=https://files.zimbra.com/downloads/8.7.9_GA/ - name: Check if your distro is Red Hat Enterprise Linux or CentOS (Major 6) - set_fact: zmpkg=zcs-8.7.7_GA_1787.RHEL6_64.20170410133400 + set_fact: zmpkg=zcs-8.7.9_GA_1794.RHEL6_64.20170505054622 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.7_GA_1787.RHEL7_64.20170410133400 + set_fact: zmpkg=zcs-8.7.9_GA_1794.RHEL7_64.20170505054622 when: ansible_distribution_major_version == "7"