ansible-roles/clamav/handlers/main.yml

6 lines
99 B
YAML

---
- name: restart clamav
ansible.builtin.service:
name: clamav-daemon
state: restarted