From a51733fd35939e31a779d7bcfe9f57a0e0996bc7 Mon Sep 17 00:00:00 2001 From: lucascbeyeler Date: Sun, 16 Jul 2017 17:41:06 -0300 Subject: [PATCH] Bugfix - part of the code was comment for debug. --- tasks/install/zimbra.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/install/zimbra.yml b/tasks/install/zimbra.yml index 4bc1412..c89c6f5 100644 --- a/tasks/install/zimbra.yml +++ b/tasks/install/zimbra.yml @@ -2,12 +2,12 @@ # # Download and install Zimbra OSE ################################################################################ -# - name: Download and unpacking Zimbra OSE -# unarchive: -# validate_certs: no -# src: '{{ zmurl }}{{ zmpkg }}.tgz' -# dest: /usr/local/src/ -# copy: no +- name: Download and unpacking Zimbra OSE + unarchive: + validate_certs: no + src: '{{ zmurl }}{{ zmpkg }}.tgz' + dest: /usr/local/src/ + copy: no - name: Create the folder to upload the scripts file: