Fix issue with module (#35960)
This commit is contained in:
parent
79b0739ba2
commit
764e78d302
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ def main():
|
|||
# Filter out module params with null values
|
||||
aci.payload(
|
||||
aci_class=domain_class,
|
||||
class_config=dict(name=domain_mo),
|
||||
class_config=dict(name=domain),
|
||||
child_configs=[
|
||||
{'infraRsVlanNs': {'attributes': {'tDn': aci_mo}}},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue