Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug with change flag #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

owidder
Copy link

@owidder owidder commented Mar 25, 2023

Fixes #

Proposed Changes

Currently change flag in kafka_lib_topic may be set to False even though it was already set to True
To fix this, let the change flag remain true by:
changed = changed or len(topics_changed) > 0

@StephenSorriaux
Copy link
Owner

Thank you, looks like a good catch. Just need to check if we can add some testing around this too.

@arenard
Copy link

arenard commented Nov 29, 2023

Hi Stephen. Again thank you for your work on this so usefull ansible modules.
Do you think about merging this fix ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants