-
Notifications
You must be signed in to change notification settings - Fork 418
Open
Description
Describe the issue
Confluent ansible playbook does not recognise Debian trixie distribution.
To Reproduce
Steps to reproduce the behaviour:
- Install Debian Trixie
- try to deploy
Expected behaviour
Ansible playbook passes instalation of the confluent component.
Logs
Environment (please complete the following information):
- OS: [cat /etc/debian_version 13.0]
- CP-Ansible Branch: [* master fdafcdb Merge branch '8.1.x' into master by rkunwar-28]
- Ansible Version [ansible [core 2.16.14]
Additional context
Trixie is not defined and recognised in java installation phase in the roles/common/tasks/debian.yml file.
Probably just another distribution might be needed.
Another optimization, the when condition might be written in a little more concise way, but I understand, that you may want to explicitly check and print sepatate tasks for each version.
ansible_distribution_release in ["buster", "bookworm", "trixie"]
Metadata
Metadata
Assignees
Labels
No labels