Ansible: need help uninstalling Windows software via playbook

Hello,

I would greatly appreciate any help/input to help me get this playbook working. I have been trying with win_package (win_package states the program is uninstalled, but its not). I have even tried powershell via win_shell. I think I’m really close to resolving this issue, but would love some help or input. Thanks in advance!

I’m running the playbook via:
ansible-playbook Uninstall_tst.yml --limit WJUMPV1T.contesso.com --extra-vars “var1=WinPcap” --ask-vault-pass

Below is my playbook: