mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Fix a minor typo in network_common (#25328)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
e28845018d
commit
38775c5363
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class ComplexDict(object):
|
||||||
if attr.get('key'):
|
if attr.get('key'):
|
||||||
if self._has_key:
|
if self._has_key:
|
||||||
raise ValueError('only one key value can be specified')
|
raise ValueError('only one key value can be specified')
|
||||||
self_has_key = True
|
self._has_key = True
|
||||||
attr['required'] = True
|
attr['required'] = True
|
||||||
|
|
||||||
def _dict(self, value):
|
def _dict(self, value):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue