mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge branch 'fix-a10d74f7' of git://github.com/sfromm/ansible into devel
Conflicts: library/setup
This commit is contained in:
commit
521375a7fe
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue