mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-05 07:49:10 -07:00
Fixed typo from adress to address (#52143)
Signed-off-by: Amol Kahat <akahat@redhat.com>
This commit is contained in:
parent
1c352dfea2
commit
563725ba98
110 changed files with 128 additions and 128 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue