Skip to content

Commit

Permalink
Updating Zimbra from 8.7.7 to 8.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascbeyeler committed May 14, 2017
1 parent b4268d9 commit 4b4fae1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down
6 changes: 3 additions & 3 deletions tasks/vars/zimbra-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions tasks/vars/zimbra-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4b4fae1

Please sign in to comment.