Fix installation of collectd server on RHEL9
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
981f16ee8f
commit
2042f4ee07
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- collectd/server
|
- collectd/server
|
||||||
when: ansible_distribution_major_version|int == 8
|
when: ansible_distribution_major_version|int >= 8
|
||||||
|
|
||||||
# install collectd types
|
# install collectd types
|
||||||
- name: Install collectd types
|
- name: Install collectd types
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue