commited current state (new functions, may not work by now)
This commit is contained in:
16
roles/deploy-clamd/handlers/main.yml
Normal file
16
roles/deploy-clamd/handlers/main.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
- name: "Reload Systemd Daemon"
|
||||
systemd_service:
|
||||
daemon_reload: true
|
||||
|
||||
- name: "Start Clamd Service"
|
||||
systemd_service:
|
||||
name: clamd
|
||||
state: started
|
||||
enabled: true
|
||||
|
||||
- name: "Start Freshclam Service"
|
||||
systemd_service:
|
||||
name: freshclam
|
||||
state: started
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user