mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00

Fixes an issue with the openscap module where it would fail if the command returned an exit code not found in the exit_codes_map dictionary. Instead of failing, let's return false with the exit code and error message in the return.
127 B
127 B
Fix issue with openscap when the error was outside the expected scope. It now returns failed with the error code and the error