aci_config_snapshot: Fix bug with filter_target (#35141)

pull/35143/head
Dag Wieers 7 years ago committed by GitHub
parent 192c0dc9d1
commit 4b8e76747e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -192,7 +192,7 @@ def main():
subclass_1=dict(
aci_class='configSnapshot',
aci_rn='snapshot-{0}'.format(snapshot),
filter_target='(configSnapshot.name, "{0}")'.format(snapshot),
filter_target='eq(configSnapshot.name, "{0}")'.format(snapshot),
module_object=snapshot,
),
)

Loading…
Cancel
Save