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

Fail late if cluster_config task fails #322

Closed justinc1 closed 2 months ago

justinc1 commented 3 months ago

If cluster_config role fails at some task, it should continue with other tasks - this was requested in #321.

The email_alerts and syslog_servers needs to be updated to tolerate partial failure. I plan to do this in separate MRs.

Partially fixes #321.