Fix issue with module (#35960)

This commit is contained in:
Dag Wieers 2018-02-09 16:10:25 +01:00 committed by GitHub
parent 79b0739ba2
commit 764e78d302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}},
]