diff --git a/README.md b/README.md index b3afd2a..17f081a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Zimbra Ansible role to install and configure Zimbra Collaboration Open Source Edition [![Build Status](https://travis-ci.org/lucascbeyeler/zimbra.svg?branch=master)](https://travis-ci.org/lucascbeyeler/zimbra) -[![Zimbra Version](https://img.shields.io/badge/Zimbra-8.8-blue.svg)](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) +[![Zimbra Version](https://img.shields.io/badge/Zimbra-8.8.5-blue.svg)](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) ![Linux Distro](https://img.shields.io/badge/platform-CentOS%20%7C%20Red%20Hat%20%7C%20Ubuntu-blue.svg) ![Branch](https://img.shields.io/badge/Branch-Master-green.svg) [![Ansible Version](https://img.shields.io/badge/Ansible-2.3.1.0-green.svg)](https://www.ansible.com/) diff --git a/tasks/install/vars.yml b/tasks/install/vars.yml index 3db1a4f..5bdbd72 100644 --- a/tasks/install/vars.yml +++ b/tasks/install/vars.yml @@ -2,7 +2,7 @@ # # Setting variables ################################################################################ -- name: Loading the address to the most recent release of Zimbra OSE (8.7.11) +- name: Loading the address to the most recent release of Zimbra OSE (8.8.5) set_fact: zmurl=https://files.zimbra.com/downloads/8.8.5_GA/ - name: Check if your distro is Ubuntu Server 16.04 LTS