Correct a variable reference in prior code merge.
This commit is contained in:
parent
bf9ca7fc4d
commit
f23a74f41e
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -1057,7 +1057,7 @@ class LinuxNetwork(Network):
|
|||
iface = words[-1]
|
||||
if iface != device:
|
||||
interfaces[iface] = {}
|
||||
interfaces[iface].update(facts[device])
|
||||
interfaces[iface].update(self.facts[device])
|
||||
interfaces[iface]['ipv4'] = {'address': address,
|
||||
'netmask': netmask,
|
||||
'network': network}
|
||||
|
|
Loading…
Reference in a new issue