aci_config_snapshot: Fix bug with filter_target (#35141)
This commit is contained in:
parent
192c0dc9d1
commit
4b8e76747e
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ def main():
|
||||||
subclass_1=dict(
|
subclass_1=dict(
|
||||||
aci_class='configSnapshot',
|
aci_class='configSnapshot',
|
||||||
aci_rn='snapshot-{0}'.format(snapshot),
|
aci_rn='snapshot-{0}'.format(snapshot),
|
||||||
filter_target='(configSnapshot.name, "{0}")'.format(snapshot),
|
filter_target='eq(configSnapshot.name, "{0}")'.format(snapshot),
|
||||||
module_object=snapshot,
|
module_object=snapshot,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue