Bugfix - Enabling zimbra reboot after playbook run

This commit is contained in:
lucascbeyeler 2017-07-09 18:34:05 -03:00
parent a814e994a6
commit 67db274b0f
1 changed files with 3 additions and 1 deletions

View File

@ -39,6 +39,8 @@
# Restarting Zimbra
################################################################################
- name: 'Reloading Zimbra OSE Services'
command: zmcontrol restart
command: ./zmcontrol restart
args:
chdir: '/opt/zimbra/bin/'
become: yes
become_user: zimbra