-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 error when checking if Proxmox VM exists. #4287
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.
Thanks for your contribution! Can you please add a changelog fragment?
Co-authored-by: Felix Fontein <felix@fontein.de>
If nobody complains, I'll merge this by the end of this week. |
We hit this issue as well on a playbook that clones VMs. The fix here only deals with half of that problem, the call to I created #4306 which also fixes that case. |
Backport to stable-4: 💚 backport PR created✅ Backport PR branch: Backported as #4313 🤖 @patchback |
* Fix error when checking if VM exists. * Add changelog entry. * Reword changelog entry. Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 36ddb9b)
@reitermarkus thanks for fixing this! |
* Fix error when checking if VM exists. * Add changelog entry. * Reword changelog entry. Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 36ddb9b) Co-authored-by: Markus Reiter <me@reitermark.us>
SUMMARY
Fixes #4278.
ISSUE TYPE
COMPONENT NAME
proxmox_kvm
ADDITIONAL INFORMATION
Add
ignore_missing
parameter since we only use this for checking if a VM already exists.