mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10: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.
2 lines
127 B
Markdown
2 lines
127 B
Markdown
Fix issue with openscap when the error was outside the expected scope. It now
|
|
returns failed with the error code and the error
|