clamav: Initial version of role
This commit is contained in:
parent
9fb67e5a8f
commit
8cea9f7e5f
3 changed files with 45 additions and 0 deletions
6
roles/clamav/handlers/main.yml
Normal file
6
roles/clamav/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- name: restart clamd
|
||||
service:
|
||||
name: clamd@scan
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue