mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Corrected a parameter name (#38385)
This commit is contained in:
committed by
Martin Krizek
parent
2381d2207e
commit
fa8b047039
@@ -1053,7 +1053,7 @@ class Nmcli(object):
|
||||
params = {'vlan.parent': self.vlandev,
|
||||
'vlan.id': self.vlanid,
|
||||
'ipv4.address': self.ip4,
|
||||
'ipv4.geteway': self.gw4,
|
||||
'ipv4.gateway': self.gw4,
|
||||
'ipv4.dns': self.dns4,
|
||||
'ipv6.address': self.ip6,
|
||||
'ipv6.gateway': self.gw6,
|
||||
|
||||
Reference in New Issue
Block a user