ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

Raise exception within module #137

Closed domendobnikar closed 1 year ago

domendobnikar commented 1 year ago

Check every module for exception handling. We should not be checking string error messages => in case formatting is different it wont work. cluster_shutdown; SMTP; oidc_config

PolonaM commented 1 year ago

Only cluster_shutdown needed to be updated, in smtp or oidc_config I didn't find any error string comparison that needed to be replaced