When I am trying to install using win_package.
I am getting this error.
fatal: [172.16.13.207]: FAILED! => {"changed": false, "msg": "failed to run install process (C:\\Citrix\\SCVMM\\PreReqs16\\AdminConsole_amd64.msp /p /qn): Exception calling \"CreateProcess\" with \"5\" argument(s): \"CreateProcessW() failed (%1 is not a valid Win32 application, Win32ErrorCode 193)\"", "reboot_required": false}
I also used patch=path/*.msp in arguement like
win_package:
path: "path\setup.exe"
product_id: auto
arguments: /client /i /IACCEPTSCEULA \p patch="path\\*.msp" \qn
But not able to install.
Can someone help.