Bugfix - playbook is crashing if zimbra user does not exist

This commit is contained in:
lucascbeyeler 2017-07-09 17:30:34 -03:00
parent de171a0fdd
commit 6be782c631
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- name: Checking if there is an Zimbra OSE install already - name: Checking if there is an Zimbra OSE install already
command: getent passwd zimbra command: getent passwd zimbra
register: getent_passwd register: getent_passwd
ignore_errors: true
# #
# Installation process # Installation process