mirror of https://github.com/lucascbeyeler/zimbra
Correcting some issues - ansible-zimbra is failing because zmlogologin and zmlogoapp is set. Now the default is unset
This commit is contained in:
parent
56b14eb34a
commit
f264d3b728
|
|
@ -15,5 +15,4 @@
|
|||
- include: nodistro/modify-logo.yml
|
||||
when: zmlogologin is defined and zmlogoapp is defined
|
||||
- include: nodistro/policyd.yml
|
||||
when: zmlogologin is defined and zmlogoapp is defined
|
||||
notify: reboot-machine
|
||||
|
|
|
|||
|
|
@ -32,17 +32,10 @@
|
|||
#
|
||||
# Registering Razor Install
|
||||
###################################
|
||||
- name: Registering your Razor installation - User definitions
|
||||
shell: 'razor-admin -home=/opt/zimbra/data/amavisd/.razor -register'
|
||||
become: true
|
||||
become_user: zimbra
|
||||
when: rzuser is defined and rzpass is not defined
|
||||
|
||||
- name: Registering your Razor installation - DEFAULT
|
||||
shell: 'razor-admin -home=/opt/zimbra/data/amavisd/.razor -register'
|
||||
become: true
|
||||
become_user: zimbra
|
||||
when: rzuser is not defined and rzpass is not defined
|
||||
|
||||
#
|
||||
# Configuring the Spamassassin
|
||||
|
|
|
|||
|
|
@ -5,5 +5,3 @@ hostname: localhost
|
|||
domain: localdomain
|
||||
zmpasswd: 123change
|
||||
zmnetwork: 0.0.0.0/8
|
||||
zmlogologin:
|
||||
zmlogoapp:
|
||||
|
|
|
|||
Loading…
Reference in New Issue