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

Role fails on Debian 12 due to missing python-ipaddr package. #111

Open
Charlie-Root opened this issue Apr 29, 2024 · 0 comments
Open

Role fails on Debian 12 due to missing python-ipaddr package. #111

Charlie-Root opened this issue Apr 29, 2024 · 0 comments

Comments

@Charlie-Root
Copy link

Describe the bug
Role fails on Debian 12 due to missing python-ipaddr/python3-ipaddr package. Same as #72

To Reproduce
Steps to reproduce the behavior:

Create a Debian 12 VM
Create a playbook that includes the mrlesmithjr.frr role
The task fails with the following error: fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "No package matching 'python-ipaddr' is available"}

Expected behavior
The role should install FRR without errors.

Screenshots

TASK [mrlesmithjr.frr : Install FRR] ****************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "No package matching 'python-ipaddr' is available"}

Additional context

E: Unable to locate package python3-ipaddr
E: Unable to locate package python-ipaddr

https://packages.debian.org/search?suite=bookworm&arch=any&searchon=names&keywords=python-ipaddr
https://packages.debian.org/search?suite=bookworm&arch=any&searchon=names&keywords=python3-ipaddr

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

No branches or pull requests

1 participant