Everything works with the exception of the “notify”. I’m assuming this is because the “changed” value returned by the raw module is false. Is there a way to force “changed” to be true?
We changed raw in 2.2 to return changed: true for consistency with the other non-idempotent modules (shell/script/command/etc). You can override with changed_when if you’re not on 2.2 yet.
I tried win_chocolatey and it works fine on Win2008; however, on Win2012, it was trying to install patches designed for 2008 and are not applicable for 2012. I also looked into win_package; however, this module requires a product_id and on Win2012, .Net 4.6.2 doesn’t show up in “Programs and Features.” It shows up as a “KB” patch instead via “View installed updates.”