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

Handle case when update_status.json doesnt exist #174

Closed PolonaM closed 1 year ago

PolonaM commented 1 year ago

In case of “fresh cluster” no updates have ever been done so no update_status.json exists yet. Instead "404 Not found" is returned which caused module version_update_status_info (and consequently the version_update_single_node role) to fail. With this PR the version_update_status_info module is fixed but the role version_update_single_node still needs to be revisited.