StephenSorriaux / ansible-kafka-admin

Manage your topic's configuration (partitions, replication factor, parameters), ACLs, quotas, users and get stats, without any effort with this library. It does not use the Kafka scripts and does not require ssh connection to the remote broker.
Apache License 2.0
150 stars 46 forks source link

Fix https://github.com/StephenSorriaux/ansible-kafka-admin/issues/139 #140

Closed ryarnyah closed 2 years ago

ryarnyah commented 2 years ago

Fixes #139

The collection build script try to find matched modules_utils and not from ansible.module_utils import XXX.