mirror of https://github.com/lucascbeyeler/zimbra
Bugfix - Playbook broking when upload keystroke file
This commit is contained in:
parent
f2ac5cbb61
commit
fc3379029d
|
|
@ -2,12 +2,12 @@
|
||||||
#
|
#
|
||||||
# Download and install Zimbra OSE
|
# Download and install Zimbra OSE
|
||||||
################################################################################
|
################################################################################
|
||||||
- name: Download and unpacking Zimbra OSE
|
# - name: Download and unpacking Zimbra OSE
|
||||||
unarchive:
|
# unarchive:
|
||||||
validate_certs: no
|
# validate_certs: no
|
||||||
src: '{{ zmurl }}{{ zmpkg }}.tgz'
|
# src: '{{ zmurl }}{{ zmpkg }}.tgz'
|
||||||
dest: /usr/local/src/
|
# dest: /usr/local/src/
|
||||||
copy: no
|
# copy: no
|
||||||
|
|
||||||
- name: Create the folder to upload the scripts
|
- name: Create the folder to upload the scripts
|
||||||
file:
|
file:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue