Skip to content

Commit

Permalink
Attempt to fix clamav_location variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Dec 17, 2024
1 parent 31ab048 commit 3beb9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ lynis_location: '{% if ansible_os_family == "RedHat" or ansible_distribution ==
chkrootkit_conf_dir: '/etc/chkrootkit'
cisofy_keyring: /etc/apt/keyrings/cisofy.asc
hsts_max_age: 600
clamav_location: '{% if ansible_distribution == "Debian" and ansible_architecture == "x86_64" %}/usr/local/bin{% else %}/usr/bin{% endif %}'
clamav_location: '{% if (ansible_distribution == "Debian" or ansible_distribution == "Kali" or ansible_distribution == "Ubuntu") and ansible_architecture == "x86_64" %}/usr/local/bin{% else %}/usr/bin{% endif %}'
clamav: {
'socket': "/run/clamav/clamd.sock",
'database': "/var/lib/clamav",
Expand Down

0 comments on commit 3beb9a1

Please sign in to comment.