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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-02-03 15:09:02 -08:00
parent 8152927cf0
commit e1818e7a8c
1 changed files with 1 additions and 1 deletions

View File

@ -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 }