1
0
Fork 0
forked from infra/ansible

Fix installation of collectd server on RHEL9

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-03 08:58:50 +02:00
commit 2042f4ee07
Signed by untrusted user: abompard
GPG key ID: 31584CFEB9BF64AD

View file

@ -27,7 +27,7 @@
tags:
- config
- collectd/server
when: ansible_distribution_major_version|int == 8
when: ansible_distribution_major_version|int >= 8
# install collectd types
- name: Install collectd types