diff --git a/README.md b/README.md index 4c42b8c..9091196 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Role Variables * **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; * **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" -------------- diff --git a/tasks/vars/8.8.15.yml b/tasks/vars/8.8.15.yml index 36545fc..50e5d10 100644 --- a/tasks/vars/8.8.15.yml +++ b/tasks/vars/8.8.15.yml @@ -2,7 +2,7 @@ # # 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/ - name: Check if your distro is Ubuntu Server 16.04 LTS diff --git a/vars/main.yml b/vars/main.yml deleted file mode 100644 index ed97d53..0000000 --- a/vars/main.yml +++ /dev/null @@ -1 +0,0 @@ ----