mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-05-17 17:00
This commit is contained in:
@@ -167,6 +167,10 @@
|
||||
when: ansible_selinux.status == 'enabled'
|
||||
tags: zcs
|
||||
|
||||
- name: Set correct permission on Zimbra log directory
|
||||
file: path=/opt/zimbra/log state=directory mode=755
|
||||
tags: zcs
|
||||
|
||||
- name: Deploy Let's Encrypt hook
|
||||
template: src=dehydrated_hook.sh.j2 dest=/etc/dehydrated/hooks_deploy_cert.d/20zimbra.sh mode=755
|
||||
when: zcs_letsencrypt == True
|
||||
|
Reference in New Issue
Block a user