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): configure become properly for remove_host_pretask.yml #532

Closed carlosmmatos closed 2 months ago

carlosmmatos commented 2 months ago

Fixes #531 After the last change in PR#529, this caused an issue obviously for Windows since become method and user were incorrect. This PR makes the become clauses inline with the appropriate blocks.