How can you install a package into a specific directory using Ansible?






|


I am using win_package to install many MSI’s and EXE’s. I would like to be able to pass a directory as an argument so that they get installed in a particular folder.



Right now they are automatically getting installed in C:/Program Files but I would like them to be installed on a different drive.


|