latenighttales / alcali

Featureful Saltstack GUI
https://alcali.dev
MIT License
354 stars 60 forks source link

fix: state result can be str instead of dict #515

Open duhow opened 8 months ago

duhow commented 8 months ago

Fixes #510

A string may be returned as Salt JSON result, for example when success: false, the value can be Unhandled exception running state.apply, instead of an expected dict with the content.

The content of the string is not checked at the moment.