1
0
Fork 0
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:
Dag Wieers 2018-09-03 16:40:57 +02:00 committed by GitHub
parent 6faf400621
commit e99db084f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -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