win_package – Installs/uninstalls an installable package ...
docs.ansible.com › ansible › 2Apr 30, 2021 · Any arguments the installer needs to either install or uninstall the package. If the package is an MSI do not supply the /qn , /log or /norestart arguments. As of Ansible 2.5, this parameter can be a list of arguments and the module will escape the arguments as necessary, it is recommended to use a string when dealing with MSI packages due to the unique escaping issues with msiexec.