12 lines
254 B
YAML
12 lines
254 B
YAML
---
|
|
- name: Restart clamd
|
|
ansible.builtin.service:
|
|
name: clamd@scan
|
|
state: restarted
|
|
|
|
- name: Refresh clamd socket directory
|
|
ansible.builtin.command:
|
|
argv:
|
|
- systemd-tmpfiles
|
|
- --create
|
|
- /etc/tmpfiles.d/clamd.scan.conf
|