mirror of https://github.com/lucascbeyeler/zimbra
Bugfix - Enabling zimbra reboot after playbook run
This commit is contained in:
parent
a814e994a6
commit
67db274b0f
|
|
@ -39,6 +39,8 @@
|
||||||
# Restarting Zimbra
|
# Restarting Zimbra
|
||||||
################################################################################
|
################################################################################
|
||||||
- name: 'Reloading Zimbra OSE Services'
|
- name: 'Reloading Zimbra OSE Services'
|
||||||
command: zmcontrol restart
|
command: ./zmcontrol restart
|
||||||
|
args:
|
||||||
|
chdir: '/opt/zimbra/bin/'
|
||||||
become: yes
|
become: yes
|
||||||
become_user: zimbra
|
become_user: zimbra
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue