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 }