mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-05 07:47:12 +00:00
aci_interface_policy_leaf_policy_group: Fix filtering by lagT (#45088)
This commit is contained in:
parent
6faf400621
commit
e99db084f4
2 changed files with 4 additions and 0 deletions
|
|
@ -260,6 +260,7 @@
|
|||
that:
|
||||
- binding_query_node_all is not changed
|
||||
- binding_query_node_all.current | length >= 1
|
||||
- binding_query_node_all.current | selectattr("infraAccBndlGrp.attributes.lagT", "equalto", "link") | list == []
|
||||
- '"/api/class/infraAccBndlGrp.json" in binding_query_node_all.url'
|
||||
|
||||
- name: Remove interface policy leaf policy group (VPC) - check mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue