mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
ACI Module: Update modules to provide match criteria; allows more complex matching (#33756)
This commit is contained in:
parent
c2b4fd7f1e
commit
c26a528b21
32 changed files with 69 additions and 69 deletions
|
@ -156,7 +156,7 @@ def main():
|
|||
root_class=dict(
|
||||
aci_class='configExportP',
|
||||
aci_rn='fabric/configexp-{}'.format(export_policy),
|
||||
filter_target='(configExportP.name, "{}")'.format(export_policy),
|
||||
filter_target='eq(configExportP.name, "{}")'.format(export_policy),
|
||||
module_object=export_policy,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue