[ansible-project] Re: Trouble with win_package

2018-02-14 Thread Jordan Borean
There are a few issues you will come across; * You figured out that the path shouldn't have the end single quote, unless you are start the path with a single quote. No need to escape the backslashes unless you enclose it in double quotes * While you specify the path as .msu, win_package doesn't

[ansible-project] Re: Trouble with win_package

2018-02-14 Thread Dimitri Yioulos
path should read: path: C:\temp\windows6.1-kb3140245-x64_5b067ffb69a94a6e5f9da89ce88c65 8e52a0dec0.msu On Wednesday, February 14, 2018 at 1:16:43 PM UTC-5, Dimitri Yioulos wrote: > > All, > > I'm running version 2.3 (can't update to 2.4 just yet) and, despite what > should be super stupid simple