Skip to content

Commit

Permalink
set clamav to update with update script
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Mar 16, 2024
1 parent 4fa3167 commit ebfeca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/clamav/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
become: yes
become_user: '{{ username }}'
lineinfile:
path: '{{ user_update_script }}'
line: clamscan --version
path: '{{ update_script }}'
line: freshclam && clamscan --version

0 comments on commit ebfeca4

Please sign in to comment.