-
Notifications
You must be signed in to change notification settings - Fork 92
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
extension version without decimal causes postgresql_info exception #137
Comments
This looks like it'd be trivial to fix, however there are several approaches, none of them good. Ultimately the problem is that As such, my proposal would be either:
I think # 1 is the safer option. If people really need it split, they can split it themselves. |
@phemmer hello, thank you for reporting this and welcome to the project! I'll take a closer look tomorrow. Quick thoughts:
If you want to fix this, we have a quick start guide to help newcomers, here it is https://github.com/ansible/community-docs/blob/main/create_pr_quick_start_guide.rst. What do you think? Feel free to raise a PR |
@phemmer after evaluating things, could you please put it in here explicitly if you have time to fix this or not (to avoid working in parallel). Thank you:) |
Sorry for delay, I doubt I'll have time to fix and submit a PR. But will let you know if that changes. |
@phemmer no problem! Thanks for the feedback. OK, if anyone wants, feel free to pick it up (put your intention explicitly in here). |
I'm looking (btw it's not as easy as i thought) |
SUMMARY
When an extension is installed that doesn't have a
.
in the version, thepostgresql_info
module throws an exception.ISSUE TYPE
COMPONENT NAME
postgresql_info
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Debian 10/Buster
PostgreSQL 13
STEPS TO REPRODUCE
.
in the version, for example pguint.postgresql_info
.EXPECTED RESULTS
Works
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: