mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 06:03:22 +02:00
8 lines
181 B
YAML
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') }}
|