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

Fix bug - default type of version_update_single_node_shutdown_wait_time #259

Closed justinc1 closed 11 months ago

justinc1 commented 11 months ago

Default value of version_update_single_node_shutdown_wait_time is str, not int. This is because default value is computed in roles/version_update_single_node/defaults/main.yml.

Fixes #257