Skip to content

Commit

Permalink
Bugfix - part of the code was comment for debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascbeyeler committed Jul 16, 2017
1 parent a9e2ebd commit a51733f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tasks/install/zimbra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a51733f

Please sign in to comment.