-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Bug] - ansible-playbook fails to launch on AL2023 20250123 x86_64 #893
Comments
The issue seems to be introduced by the The new
However it fails to launch the
Download
The
|
The first failure reported by @dmacbride-ep is due to invalid syntax in
causing the The next error is on line 22:
it should be |
Thank you for reporting and confirming the issue @dmacbride-ep @zcobol, I have forwarded this to the team that owns the package on AL23 with high severity. |
Until this bug get resolved use older ansible-core as workaround |
Amazon Linux will fix this issue in the next release. |
My team has opened a support case with them, and we can confirm that via both Support and the TAM of our account, AWS is aware of this bug and is working to deploy a fix as soon as possible ™ |
We are working around the issue for now by fixing on the previous image.
|
Also a typo — "mosule_utils" instead of "module_utils". Looks as if someone retyped a patch by hand in a great hurry... Oops. How come it's being packaged and pushed to production without any kind of testing? |
This version is 2.15.3 and the proposed changes seem to be for 2.16.14 with typos. I think someone packaged from a local working copy instead. I mean, |
Describe the bug
ansible-playbook with Ansible 8.3.0 fails to launch on containers run from the new amazonlinux:2023 20250123 x86_64 image.
To Reproduce
Steps to reproduce the behavior:
docker pull public.ecr.aws/amazonlinux/amazonlinux:2023
docker run -it --entrypoint bash public.ecr.aws/amazonlinux/amazonlinux:2023
dnf -y install ansible-8.3.0
ansible-playbook
Expected behavior
The usual
ansible-playbook
usage is expected to be shownDesktop (please complete the following information):
I can't reproduce this with amazonlinux:2023 20250115. It seems to be a new issue with the 20250123 build.
The text was updated successfully, but these errors were encountered: