From 744b500f2f601a8271e79202e09d267c7e2b845a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 May 2022 14:21:28 -0700 Subject: [PATCH] rhel9 / drop nagios_client for now until it is in epel 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 d7f2ba0003..7c8e70b4ba 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -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