redpanda-data / redpanda-ansible-collection

Apache License 2.0
8 stars 6 forks source link

fix: jinja2 templating error #83

Closed gene-redpanda closed 8 months ago

gene-redpanda commented 8 months ago

Initially I fixed a templating error that was causing crashes in newer versions of ansible due to deprecation of the old method. This change revealed that the current method of change detection doesn't work. As a result I've removed it as I didn't see much point keeping useless code.

I also added a comment explaining why I'm not checking for change anymore.