-
Notifications
You must be signed in to change notification settings - Fork 341
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
Adding a Network-Backed Serial Port Fails #1043
Labels
bug
This issue/PR relates to a bug
has_pr
needs_info
This issue requires further information. Please answer any outstanding questions
Comments
Akasurde
added a commit
to Akasurde/community.vmware
that referenced
this issue
Sep 27, 2021
Fixes: ansible-collections#1043 Signed-off-by: Abhijeet Kasurde <[email protected]>
Akasurde
added a commit
to Akasurde/community.vmware
that referenced
this issue
Sep 27, 2021
Fixes: ansible-collections#1043 Signed-off-by: Abhijeet Kasurde <[email protected]>
mariolenz
added
has_pr
needs_info
This issue requires further information. Please answer any outstanding questions
labels
Oct 19, 2021
@Akasurde @mariolenz Sorry, for some reason I didn't receive notification of a message until the pull request was approved. I'll test this today. Thanks. |
ansible-zuul bot
pushed a commit
that referenced
this issue
Nov 2, 2021
vmware_guest_serial_port: Handle serial backing type SUMMARY Fixes: #1043 Signed-off-by: Abhijeet Kasurde [email protected] ISSUE TYPE Bugfix Pull Request COMPONENT NAME changelogs/fragments/1043_vmware_guest_serial.yml plugins/modules/vmware_guest_serial_port.py Reviewed-by: Mario Lenz <[email protected]> Reviewed-by: None <None>
This was referenced Mar 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue/PR relates to a bug
has_pr
needs_info
This issue requires further information. Please answer any outstanding questions
SUMMARY
Adding a serial port to a VM with backing_type = network fails with an error: KeyError: 'type'
ISSUE TYPE
COMPONENT NAME
vmware_guest_serial_port
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
WSL2 (Ubuntu)
STEPS TO REPRODUCE
ansible-playbook playbook.yml
EXPECTED RESULTS
Serial Port Created
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: