Fix: Freshclam needs to be enabled too

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-08-29 01:04:49 +02:00
parent 1033546425
commit c65775f12e
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pkgname=(
luzifer-gui
luzifer-lenovo-gui
)
pkgver=0.13.4
pkgver=0.13.5
pkgrel=1
pkgdesc='System configuration for @luzifer systems'
arch=(any)

View File

@ -38,12 +38,14 @@
with_items:
- clamav-daemon.service
- clamav-clamonacc.service
- clamav-freshclam.service
- name: Restart clamav services
systemd:
name: '{{ item }}'
state: restarted
with_items:
- clamav-freshclam.service
- clamav-daemon.service
- clamav-clamonacc.service
when: clamd_conf.changed or clamav_clamonacc_override_conf.changed and pacman_action != "install"