-
Notifications
You must be signed in to change notification settings - Fork 1.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
Fix incorrect key lookup #9223
Fix incorrect key lookup #9223
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I will merge in a few days if nobody objects.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9232 🤖 @patchback |
@IamLunchbox thanks for fixing this! |
* Fix incorrect key lookup * Create changelog fragment (cherry picked from commit 6f87bf2)
Fix incorrect key lookup (#9223) * Fix incorrect key lookup * Create changelog fragment (cherry picked from commit 6f87bf2) Co-authored-by: IamLunchbox <[email protected]>
SUMMARY
Fixes a key lookup bug in modules/proxmox_backup. May be extended with further fixes, when encountered in upcoming usage.
Currently, if the permission tree for vms does not include "/" and at the same time does contain "/vms", the module fails.
ISSUE TYPE
COMPONENT NAME
proxmox_backup