mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
aci_config_snapshot: Fix bug with filter_target (#35141)
This commit is contained in:
@@ -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,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user