mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fixed typo from adress to address (#52143)
Signed-off-by: Amol Kahat <akahat@redhat.com>
This commit is contained in:
committed by
Abhijeet Kasurde
parent
1c352dfea2
commit
563725ba98
@@ -220,7 +220,7 @@ class LinuxNetwork(Network):
|
||||
default_ipv4['broadcast'] = broadcast
|
||||
default_ipv4['netmask'] = netmask
|
||||
default_ipv4['network'] = network
|
||||
# NOTE: macadress is ref from outside scope
|
||||
# NOTE: macaddress is ref from outside scope
|
||||
default_ipv4['macaddress'] = macaddress
|
||||
default_ipv4['mtu'] = interfaces[device]['mtu']
|
||||
default_ipv4['type'] = interfaces[device].get("type", "unknown")
|
||||
|
||||
Reference in New Issue
Block a user