mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix issue with module (#35960)
This commit is contained in:
@@ -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}}},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user