From 2cc8fabdbf34f11e8556b8eeb403875b822bbafa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 30 May 2025 20:06:07 -0700 Subject: [PATCH] virthost: no collectd client packages on rhel10 yet 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 3d01daa9dc..a7997f339c 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -45,7 +45,7 @@ - hosts - {role: openvpn/client, when: vpn|bool} - ipa/client - - {role: collectd/base} + - {role: collectd/base, when: ansible_distribution_major_version|int < 10} - {role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07', 'bvmhost-p09')) and datacenter == 'iad2'"} - sudo - virthost