CrowdStrike / ansible_collection_falcon

Comprehensive toolkit for streamlining your interactions with the CrowdStrike Falcon platform.
https://galaxy.ansible.com/ui/repo/published/crowdstrike/falcon/
GNU General Public License v3.0
93 stars 56 forks source link

fix(sensor_download_info): use v2 override for new endpoint #520

Closed carlosmmatos closed 3 months ago

carlosmmatos commented 3 months ago

To maintain backwards compatability with FalconPy, we take advantage of the override feature that allows us to use the new sensors/combined/installers/v2 endpoint. This means we can now pass in architectures as a filter.

This also updates the limit to ensure users know the default limit is set to 100.

Closes #488