2022-03-07 16:00:05 +01:00

8 lines
181 B
YAML

---
- name: restart freshclam
service: name=freshclam state=restarted
- name: restart clamd
service: name=clamd state={{ clam_enable_clamd | ternary('restarted','stopped') }}