-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Tested on Debian 13 trixie with ansible version 2.18.1 #11935
base: master
Are you sure you want to change the base?
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gratuxri The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @gratuxri! |
Hi @gratuxri. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
xref #11924 |
@tico88612 : on debian stable 13 (bookworm) I have ansible-core version 2.14.18 and it was not possible to deploy with this playbook. Simple possible solution was to go forward and upgrade ansible-core to the next possible version and make changes, like purposed in this PR. The next possible version was 2.18.1 from debian trixie and pinning ansible packages to trixie until it release. It's planned to do the next freeze on 15. march, so it's managable for me for the next halfyear. Here is an overview of ansible packages in debian: |
Our ansible-core version 2.16.4 or above, not 2.14.18, the pre-check will be failed. (Look at playbooks/ansible_version.yml)
On my previous comment, we have other OS to support. I'm not sure other OS's pre-install Python version, but to do this at this stage (before remove the RHEL8-based CI), the CI will only fail and we can't merge your PR. BTW, according to Debian's release note, I think ansible-core 2.17.x is no problem in Debian 13.
I was hoping to wait for Debian 13 to become stable (but it looks like it's still in TBA), but if you want to test it locally, you can modify the Vagrantfile and use Vagrant. |
/ok-to-test |
It needs to rebase the master branch to pass the CI. |
Fix: running from Debian 13