From 98c47877b52b7208efff6af49b64237aa23122dd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 19 May 2022 14:25:24 -0700 Subject: [PATCH] rhel9: drop collectd 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 7c8e70b4ba..ce012a29fd 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -41,7 +41,7 @@ - hosts - { role: openvpn/client, when: vpn|bool } - ipa/client - - collectd/base + - { role: collectd/base, when: ansible_distribution_version|int < 9.0 } - { role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07')) and datacenter == 'iad2'" } - sudo - virthost