mirror of https://github.com/lucascbeyeler/zimbra
Bugfix - playbook is crashing if zimbra user does not exist
This commit is contained in:
parent
de171a0fdd
commit
6be782c631
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue