fix(security): fixed incorrect target file for wait_for step when deploying clamav

This commit is contained in:
NaeiKinDus 2024-07-11 00:00:00 +00:00
parent 14a46715c7
commit 31e40cc47a
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -28,7 +28,7 @@
- name: '[clamd] wait for signatures'
become: true
ansible.builtin.wait_for:
path: /var/lib/clamav/bytecode.cvd
path: /var/lib/clamav/main.cvd
timeout: 600
state: present