I am getting a very weird result while using win_package, It is succeeding and no error is visible on ansible command prompt however the package is not installed while checking manually .
We are able to install notepad++ successfully but other application setup.exe is having issue with no error .
What could be the reason and how it can be resolved ? Any help is much appreciated .
I am getting a very weird result while using win_package, It is succeeding and no error is visible on ansible command prompt however the package is not installed while checking manually .
We are able to install notepad++ successfully but other application setup.exe is having issue with no error .
What could be the reason and how it can be resolved ? Any help is much appreciated .
Results:
TASK [Install the win service] ***************************************************************************************
here is the playbook . Looks like silent feature is disabled so is there any other option in ansible to install using argument just like how we do using gui.