From 535568b78eeb3116da29966fd3463fda466efc2a Mon Sep 17 00:00:00 2001 From: lucascbeyeler Date: Sun, 9 Jul 2017 17:59:25 -0300 Subject: [PATCH] Bugfix - Playbook broking when upload keystroke file --- tasks/install/zimbra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install/zimbra.yml b/tasks/install/zimbra.yml index 008e56f..4bc1412 100644 --- a/tasks/install/zimbra.yml +++ b/tasks/install/zimbra.yml @@ -31,7 +31,7 @@ mode: 0644 - name: Installing Zimbra OSE - command: ./install.sh -s < /tmp/zcs/installZimbra-keystrokes + shell: ./install.sh -s < /tmp/zcs/installZimbra-keystrokes args: chdir: '/usr/local/src/{{ zmpkg }}/'