You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vmware_guest's networks parameter used to replace the existing network settings. It does not do that anymore, instead the provided networks are added on top and the old settings can still be viewed using nmtui.
Create VM using vmware_guest with a single network provided in networks:.
EXPECTED RESULTS
VM is created with a single network config visible in nmtui . The network config should match the settings provided in networks:.
ACTUAL RESULTS
VM is created with two network configs visible in nmtui . Both are named the same way and attached to the same device, but one contains the provided settings while the other contains the original settings from the template.
The text was updated successfully, but these errors were encountered:
SUMMARY
vmware_guest's networks parameter used to replace the existing network settings. It does not do that anymore, instead the provided networks are added on top and the old settings can still be viewed using nmtui.
ISSUE TYPE
COMPONENT NAME
vmware_guest
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Target OS is Rocky 9.
STEPS TO REPRODUCE
Create VM using vmware_guest with a single network provided in
networks:
.EXPECTED RESULTS
VM is created with a single network config visible in nmtui . The network config should match the settings provided in
networks:
.ACTUAL RESULTS
VM is created with two network configs visible in nmtui . Both are named the same way and attached to the same device, but one contains the provided settings while the other contains the original settings from the template.
The text was updated successfully, but these errors were encountered: