You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will look further into a fix for this. I believe the reason this happens is because is creates a dictionary when parsing what the user passes in, and since there are duplicate keys, it uses the last one.
ISSUE TYPE
SOFTWARE VERSIONS
Ansible: 2.9.9
Netbox: 2.8.6
Collection: 0.2.3
SUMMARY
When trying to pass multiple "api_filter" arguments of a common type, the resulting GET is flattened to the last supplied value only.
STEPS TO REPRODUCE
EXPECTED RESULTS
Return a list of dicts: devices having either "foo" or "bar" roles, and status of either "active" or "planned".
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: