From 6c51c8ca67ab23d460cea181e67cfcaddeb13754 Mon Sep 17 00:00:00 2001 From: lucascbeyeler Date: Sun, 9 Jul 2017 17:41:08 -0300 Subject: [PATCH] Bugfix - playbook trying to execute RedHat code --- 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 5b73082..7e3568a 100644 --- a/tasks/install/zimbra.yml +++ b/tasks/install/zimbra.yml @@ -15,7 +15,7 @@ state: directory - name: Uploading keystroke file - copy: + template: src: 'installZimbra-keystrokes' dest: /tmp/zcs/installZimbra-keystrokes owner: root