Commit 521375a7 by Michael DeHaan

Merge branch 'fix-a10d74f7' of git://github.com/sfromm/ansible into devel

Conflicts:
	library/setup
parents c601e53f 471fa685
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment