From 6be782c631acceb5285db7c9380feb0a0121d891 Mon Sep 17 00:00:00 2001 From: lucascbeyeler Date: Sun, 9 Jul 2017 17:30:34 -0300 Subject: [PATCH] Bugfix - playbook is crashing if zimbra user does not exist --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 9c20320..ff25f4f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -5,6 +5,7 @@ - name: Checking if there is an Zimbra OSE install already command: getent passwd zimbra register: getent_passwd + ignore_errors: true # # Installation process