---
- name: Reload ClamAV
  systemd:
    daemon_reload: true
    name: "{{ clamav_freshclam_daemon }}"
    state: started
