mirror of https://github.com/ansible/ansible.git
vmware: Only add configured network interfaces to facts (#28552)
This change effectively filters out any network interfaces which were not explicitly configured for the guest. This fixes some unexpected behaviour where a machine with multiple IP addresses (for example, when Docker is installed, an internal IPv4 interface is added to communicate with the container) would show one of the internal addresses in the 'ipv4' field, but then no other information about the corresponding hardware interface.pull/63203/head
parent
e48202838c
commit
785ba62867
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- vmware.py - Only add configured network interfaces to facts.
|
Loading…
Reference in New Issue