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(falcon_install): pass in the appropriate filter for architecture #521

Closed carlosmmatos closed 3 months ago

carlosmmatos commented 3 months ago

Closes #489

This PR updates the falcon_install role to take advantage of the new #520 V2 API endpoint updates that allows us to query an architecture now.

Instead of doing the following to only get x86_64 installers:

x86_64: "+os_version:!~'arm64'+os_version:!~'zLinux'"

We can do this:

x86_64: "+architectures:'x86_64'"