sleighzy / ansible-kafka

Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
MIT License
116 stars 79 forks source link

Fixed create Kafka data log dirs #24

Closed hexcode74 closed 2 years ago

hexcode74 commented 2 years ago

The Kafka data log directory has been modified to be created by separating them with commas when there are multiple .

sleighzy commented 2 years ago

Hi @hexcode74 . Thanks for the PR, much appreciated. The build failure here is unrelated to your changes, issue with GitHub actions and pulling in a role this requires for testing purposes. I'm currently looking into this and will resolve as soon as possible. I'll go ahead and merge your PR if I am unable to resolve this presently as it seems a simple enough change.

sleighzy commented 2 years ago

Have disabled the Molecule workflow and am merging this regardless. Need to investigate further the reasons as to why the required sleighzy.zookeeper role is not being pulled down and installed.