Hi All,
Im trying to uninstall a package using win_package but getting the following error, Playbook is able to remove the software from the server but at the end Im getting this error.
"msg": "unexpected rc from install G:\\Program Files\\IBM\\cognos\\tm1_64\\uninstall\\uninst.exe: see rc, stdout, and stderr for more details",
"rc": 2,
this is the playbook,
- win_package:
arguments: "/S"
path: "G:\\Program Files\\IBM\\cognos\\tm1_64\\uninstall\\uninst.exe"
product_id: auto
Thanks and Regards,