From 390afbb43270afcf413df4d4d2d1799d142ce70a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 22 Jun 2020 10:08:16 -0700 Subject: [PATCH] rabbitmq: fix the collectd module to be the python3/rhel8 one. Signed-off-by: Kevin Fenzi --- roles/collectd/rabbitmq/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/collectd/rabbitmq/tasks/main.yml b/roles/collectd/rabbitmq/tasks/main.yml index 431f797f93..ae40e24bbc 100644 --- a/roles/collectd/rabbitmq/tasks/main.yml +++ b/roles/collectd/rabbitmq/tasks/main.yml @@ -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 \ No newline at end of file + - collectd