rhel9 / drop nagios_client for now until it is in epel

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-19 14:21:28 -07:00
parent 32cf12de74
commit 744b500f2f

View file

@ -37,7 +37,7 @@
roles:
- base
- { role: rkhunter, when: ansible_distribution_version|int < 9.0 }
- nagios_client
- { role: nagios_client, when: ansible_distribution_version|int < 9.0 }
- hosts
- { role: openvpn/client, when: vpn|bool }
- ipa/client