I am running a chef recipie to install Websphere fixpacks. The fixpack retuns and exitcode [2] which is for partial install. Its an expected behaviour, but chef is just taking it as an error. Is there any way to override it.
I want chef to move ahead with the next task, even if the return exit code is [2]
================================================================================
Error executing action `run` on resource 'bash[was-install-fixpacks]'
================================================================================
Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received '2'