syslogd: Restart server when new certs are deployed
This commit is contained in:
parent
0d693da604
commit
612875ca44
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue