ansible/roles/clamav/handlers/main.yml

6 lines
80 B
YAML

---
- name: restart clamd
service:
name: clamd@scan
state: restarted