From e1818e7a8c8848ae24e279ed868ee3b3258f4e87 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 3 Feb 2023 15:09:02 -0800 Subject: [PATCH] virthost: rkhunter is available for epel9 for a while now Go ahead and install this on rhel9 virthosts as well. Signed-off-by: Kevin Fenzi --- playbooks/groups/virthost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index 31aef61338..28937a5fb8 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -36,7 +36,7 @@ roles: - base - - { role: rkhunter, when: ansible_distribution_version|int < 9.0 } + - { role: rkhunter } - { role: nagios_client } - hosts - { role: openvpn/client, when: vpn|bool }