rabbitmq: fix the collectd module to be the python3/rhel8 one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6d8dc1c05c
commit
390afbb432
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue