Update to 2021-09-16 11:00

master
Daniel Berteaud 3 years ago
parent 2fde8eba21
commit d6c89842b2
  1. 2
      roles/clamav/tasks/main.yml

@ -42,7 +42,7 @@
- name: Deploy tmpfiles.d fragment
copy:
content: 'd /var/run/clamav 755 {{ clam_user }} {{ clam_group }}'
content: 'd /run/clamav 755 {{ clam_user }} {{ clam_group }}'
dest: /etc/tmpfiles.d/clamav.conf
notify: systemd-tmpfiles

Loading…
Cancel
Save