Removing reference to old versions and removing var folder

This commit is contained in:
Lucas Costa Beyeler 2021-02-06 19:25:51 +00:00
parent 6b02ae84f9
commit 11a626355e
3 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,7 @@ Role Variables
* **zmlogologin:** Inform the path for your logo (Login Screen) - don't inform and no image will be applied; * **zmlogologin:** Inform the path for your logo (Login Screen) - don't inform and no image will be applied;
* **zmlogoapp:** Inform the path for your logo (Application Screen) - don't inform and no image will be applied; * **zmlogoapp:** Inform the path for your logo (Application Screen) - don't inform and no image will be applied;
* **timezone:** inform the timezone the playbook should set in your server; * **timezone:** inform the timezone the playbook should set in your server;
* **zimbra_version:** Inform which version of Zimbra you want to install. Default: 8.8.12 * **zimbra_version:** Inform which version of Zimbra you want to install. Default: 8.8.15
Service Variables - Inform "y" or "n" Service Variables - Inform "y" or "n"
-------------- --------------

View File

@ -2,7 +2,7 @@
# #
# Setting variables # Setting variables
################################################################################ ################################################################################
- name: Loading the address to the most recent release of Zimbra OSE (8.8.12) - name: Loading the address to the most recent release of Zimbra OSE (8.8.15)
set_fact: zmurl=https://files.zimbra.com/downloads/8.8.15_GA/ set_fact: zmurl=https://files.zimbra.com/downloads/8.8.15_GA/
- name: Check if your distro is Ubuntu Server 16.04 LTS - name: Check if your distro is Ubuntu Server 16.04 LTS

View File

@ -1 +0,0 @@
---