diff --git a/templates/rkhunter.conf.j2 b/templates/rkhunter.conf.j2 index 3c4e32e4..cf58869a 100644 --- a/templates/rkhunter.conf.j2 +++ b/templates/rkhunter.conf.j2 @@ -174,7 +174,7 @@ DBDIR=/var/lib/rkhunter/db # The installer program will set the default directory. If this default is # subsequently commented out or removed, then the program will not run. # -{% if ansible_distribution == "Debian" or ansible_os_family == "RedHat" or ansible_distribution == "Kali" %} +{% if ansible_distribution == "Debian" or ansible_os_family == "RedHat" or ansible_distribution == "Kali" or ansible_distribution == "Ubuntu" %} SCRIPTDIR=/usr/share/rkhunter/scripts {% endif %} {% if ansible_distribution == "Slackware" %}