mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
12 lines
245 B
YAML
12 lines
245 B
YAML
---
|
|
|
|
- name: restart freshclam
|
|
service: name=freshclam state=restarted
|
|
|
|
- name: restart clamd
|
|
service: name=clamd state={{ clam_enable_clamd | ternary('restarted','stopped') }}
|
|
|
|
- name: systemd-tmpfiles
|
|
command: systemd-tmpfiles --create
|
|
|