-
Notifications
You must be signed in to change notification settings - Fork 347
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
Missing an error message when guest_id is set while using template in… #2036
Missing an error message when guest_id is set while using template in… #2036
Conversation
Build failed. ❌ ansible-tox-linters FAILURE in 10m 39s |
/recheck |
recheck |
f25c370
to
9b833ae
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 12m 55s |
cc @mariolenz |
recheck |
@bardielle Is there an issue this would fix? If so, please add BTW the CI failure doesn't look related to your changes. This is something that turns up from time to time. I've issued a |
@bardielle Please add a changelog fragment. I wonder why you didn't. I looks like you're working for Red Hat, you should know that this is a requirement... |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 12m 26s |
@mariolenz This is a bug fix for a Jira ticket that our QEs opened. Regarding the missing changelog file, you're right, I will add it, still learning this area. |
9b833ae
to
6b05e8c
Compare
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 12m 24s |
Sorry, for the late reply, I've been AFK a couple of days.
No, I just wanted to know if this would close an existing issue. I'm no friend of creating an issue for the sake of having on ;-) However, since there's no issue to mention in the changelog fragment you should mention this PR. This might help people to find more information about the change.
No problem 😃 I didn't have a closer look at your code, though, but I'll try to do it soon. |
changelogs/fragments/2036-missing_error_msg_in_vmware_guest.yml
Outdated
Show resolved
Hide resolved
… vmware_guest module Signed-off-by: Danielle Barda <dbarda@redhat.com>
6b05e8c
to
fd7775b
Compare
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 14m 14s |
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
Thanks @bardielle!
Build succeeded (gate pipeline). ✔️ ansible-tox-linters SUCCESS in 17m 03s |
5fa0fb7
into
ansible-collections:main
stable-3.x: Missing error msg in vmware_guest SUMMARY Fixes missing error message in when creating VM using vmware_guest module, with template, while setting the guest_id parameter. ISSUE TYPE Bugfix Pull Request COMPONENT NAME vmware_guest ADDITIONAL INFORMATION Backport of #2036 Reviewed-by: Danielle Barda
… vmware_guest module
SUMMARY
Fixes missing error message in when creating VM using vmware_guest module, with template, while setting the guest_id parameter.
ISSUE TYPE
COMPONENT NAME
module vmware_guest
ADDITIONAL INFORMATION