mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
rabbitmq: fix the collectd module to be the python3/rhel8 one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user