collectd: Cleanup the task name.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
57e51802a8
commit
45f22c0f64
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@
|
|||
- collectd
|
||||
when: ansible_distribution_major_version|int > 24 and ansible_distribution == 'Fedora'
|
||||
|
||||
# install collectd-rrdtool (it was split out)
|
||||
- name: Install collectd-disk
|
||||
# install collectd-rrdtool on el9+ (it was split out)
|
||||
- name: Install collectd-rrdtool
|
||||
dnf: name=collectd-rrdtool state=present
|
||||
tags:
|
||||
- collectd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue