-
Notifications
You must be signed in to change notification settings - Fork 338
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
vmware_deploy_ovf: Fix the issue that the name variable referenced error occurs #499
Conversation
@@ -0,0 +1,2 @@ | |||
bugfixes: | |||
- vmware_deploy_ovf - fixed the issue that the name variable referenced error occurs when the check mode (https://github.com/ansible-collections/community.vmware/pull/499). |
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.
- vmware_deploy_ovf - fixed the issue that the name variable referenced error occurs when the check mode (https://github.com/ansible-collections/community.vmware/pull/499). | |
- vmware_deploy_ovf - Fixed an UnboundLocalError for variable 'name' in check mode (https://github.com/ansible-collections/community.vmware/issues/497). |
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.
Thank you for reviewing!
The start seems we need to start with lowercase letters.
#461 (comment)
@sky-joker The bugfix looks good to me. But I've suggested an improvement to the changelog fragment. Can you please have a look at it? |
@mariolenz |
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
SUMMARY
The vmware_deploy_ovf module occurs the name variable referenced error when the check mode.
This PR is to fix the above issue.
fixes: #497
ISSUE TYPE
COMPONENT NAME
plugins/modules/vmware_deploy_ovf.py
ADDITIONAL INFORMATION
tested on vCenter/ESXi 7.0