rabbitmq: fix the collectd module to be the python3/rhel8 one.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-22 10:08:16 -07:00
parent 6d8dc1c05c
commit 390afbb432

View file

@ -1,7 +1,7 @@
- name: install collectd-rabbitmq
package:
state: present
name: python2-collectd-rabbitmq
name: python3-collectd-rabbitmq-monitoring
tags:
- packages
- collectd
@ -21,4 +21,4 @@
- name: Let collectd talk to the RabbitMQ management interface
seboolean: name=collectd_tcp_network_connect state=yes persistent=yes
tags:
- collectd
- collectd