win_package

Dear All,

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 .

Thanks,
Manish

Dear All,

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] ***************************************************************************************

task path: /U01/automation/playbooks/uninstal.yml:7

changed: [10.130.2.10] => {

“changed”: true,

“exit_code”: 0,

“failed”: false,

“rc”: 0,

“reboot_required”: false,

“restart_required”: false

}

META: ran handlers

META: ran handlers

PLAY RECAP *******************************************************************************************************************

10.130.2.10 : ok=1 changed=1 unreachable=0 failed=0

Can Anyone help on this ?

Can you share your playbook so we can see the command you are running?

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.