nutanix / nutanix.ansible

Official Nutanix Ansible collections
GNU General Public License v3.0
64 stars 36 forks source link

[Imprv] add functionality to support more filtering operators to module utils #414

Closed pipoe2h closed 10 months ago

pipoe2h commented 11 months ago

Describe the request Support other filtering operators than just ==.

Current behaviour You cannot pass any operator. The utils module uses under the covers == to concatenate the dictionary

Expected behaviour Support other operators or even complex FIQL filters like this one (platform_type!=aws,platform_type==[no_val]);power_state==on;is_cvm==0

bhati-pradeep commented 10 months ago

Added in release v1.9.1