syslogd: Restart server when new certs are deployed

This commit is contained in:
Timo Makinen 2021-02-10 07:02:42 +00:00
parent 0d693da604
commit 612875ca44

View file

@ -26,6 +26,7 @@
mode: 0600
owner: root
group: "{{ ansible_wheel }}"
notify: restart syslogd
tags: certificates
- name: copy server crt
@ -35,6 +36,7 @@
mode: 0644
owner: root
group: "{{ ansible_wheel }}"
notify: restart syslogd
tags: certificates
- name: add archiving to syslog.conf