mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
# Filter out module params with null values
|
||||||
aci.payload(
|
aci.payload(
|
||||||
aci_class=domain_class,
|
aci_class=domain_class,
|
||||||
class_config=dict(name=domain_mo),
|
class_config=dict(name=domain),
|
||||||
child_configs=[
|
child_configs=[
|
||||||
{'infraRsVlanNs': {'attributes': {'tDn': aci_mo}}},
|
{'infraRsVlanNs': {'attributes': {'tDn': aci_mo}}},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue