fix(security): fixed incorrect target file for wait_for step when deploying clamav
This commit is contained in:
parent
14a46715c7
commit
31e40cc47a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue