Update to 2021-09-28 19:00

master
Daniel Berteaud 3 years ago
parent 5b563fe2ef
commit be90bd61ee
  1. 4
      roles/diagrams/defaults/main.yml
  2. 6
      roles/zimbra/tasks/logger.yml
  3. 7
      roles/zimbra/tasks/main.yml

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 15.0.6
diagrams_version: 15.3.6
# URL of the WAR file to deploy
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
# Expected sha1 of the WAR file
diagrams_war_sha1: 826f2cefa786c5bf4dbdb92cc6b65f186af05e94
diagrams_war_sha1: 5d43196a8fa3e65e014d149ad6f75ad8d16c8f99
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

@ -8,9 +8,3 @@
when: iptables_manage | default(True)
tags: zcs
- name: Fix logrotate config to reload rsyslog
replace:
path: /etc/logrotate.d/zimbra
regexp: '^(.*)/var/run/syslog\*\.pid(.*)'
replace: '\1/run/rsyslogd.pid\2'
tags: zcs

@ -147,6 +147,13 @@
notify: restart rsyslog
tags: zcs
- name: Fix logrotate config to reload rsyslog
replace:
path: /etc/logrotate.d/zimbra
regexp: '^(.*)/var/run/syslog\*\.pid(.*)'
replace: '\1/run/rsyslogd.pid\2'
tags: zcs
- name: Set correct SELinux context
block:
- sefcontext:

Loading…
Cancel
Save