ansible-roles/roles/clamav/handlers/main.yml

12 lines
245 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- name: restart freshclam
service: name=freshclam state=restarted
- name: restart clamd
service: name=clamd state={{ clam_enable_clamd | ternary('restarted','stopped') }}
2022-04-14 10:00:08 +02:00
- name: systemd-tmpfiles
command: systemd-tmpfiles --create