diff --git a/library/setup b/library/setup index 2aab21fc49..44adf8231b 100644 --- a/library/setup +++ b/library/setup @@ -1057,7 +1057,7 @@ class LinuxNetwork(Network): iface = words[-1] if iface != device: interfaces[iface] = {} - interfaces[iface].update(self.facts[device]) + interfaces[iface].update(interfaces[device]) interfaces[iface]['ipv4'] = {'address': address, 'netmask': netmask, 'network': network}