virthost: no nagios client packages on rhel10 yet

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-05-30 19:49:57 -07:00
parent 8f0ce956eb
commit 1052da754a

View file

@ -40,7 +40,7 @@
roles:
- base
- {role: rkhunter, when: ansible_distribution_major_version|int < 10}
- {role: nagios_client}
- {role: nagios_client, when: ansible_distribution_major_version|int < 10}
- zabbix/zabbix_agent
- hosts
- {role: openvpn/client, when: vpn|bool}