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_uninstall): added missing become clause to pretask #529

Closed carlosmmatos closed 2 months ago

carlosmmatos commented 2 months ago

Fixes #527

The main.yml tasks was missing the become clause for the remove host pretasks.

Also fixes the molecule job that would have caught this if it was configured correctly 🤦🏼‍♂️