Merge branch 'fix-a10d74f7' of git://github.com/sfromm/ansible into devel
Conflicts: library/setuppull/4420/head
commit
521375a7fe
|
@ -1057,7 +1057,7 @@ class LinuxNetwork(Network):
|
||||||
iface = words[-1]
|
iface = words[-1]
|
||||||
if iface != device:
|
if iface != device:
|
||||||
interfaces[iface] = {}
|
interfaces[iface] = {}
|
||||||
interfaces[iface].update(self.facts[device])
|
interfaces[iface].update(interfaces[device])
|
||||||
interfaces[iface]['ipv4'] = {'address': address,
|
interfaces[iface]['ipv4'] = {'address': address,
|
||||||
'netmask': netmask,
|
'netmask': netmask,
|
||||||
'network': network}
|
'network': network}
|
||||||
|
|
Loading…
Reference in New Issue