clamav: Refresh socket directory permission after config change
This commit is contained in:
parent
f8762c5a00
commit
54b0b1da21
2 changed files with 4 additions and 1 deletions
|
@ -4,3 +4,6 @@
|
|||
service:
|
||||
name: clamd@scan
|
||||
state: restarted
|
||||
|
||||
- name: refresh clamd socket directory
|
||||
command: systemd-tmpfiles --create /etc/tmpfiles.d/clamd.scan.conf
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: restart clamd
|
||||
notify: refresh clamd socket directory
|
||||
|
||||
- name: enable clamd local socket
|
||||
lineinfile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue