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

Windows uninstall fails due to become clause #531

Closed carlosmmatos closed 2 months ago

carlosmmatos commented 2 months ago
 TASK [crowdstrike.falcon.falcon_uninstall : CrowdStrike Falcon | Grab existing AID (Windows)] ***
  fatal: [WindowsServer2022-win_falcon_uninstall]: FAILED! => {"msg": "The powershell shell family is incompatible with the sudo become plugin"}

This is from #529 that needs to be updated to handle the become clause inside the tasks as opposed to task level.