Is your feature request related to a problem? Please describe.
sometimes I need to update a cluster to a release that is not yet widely available (but I know the specific build I want to update to)
Describe the solution you'd like
I learned / confirmed today that in 9.6.? we not only added the ability for the UI to request any specific hcos build that we've pushed externally (even if it doesn't show up as "available" in UI) image.png
the api will also let you request that
curl -X 'POST'
'https://192.168.1.230/rest/v1/Update/9.6.7.220258/apply'
-H 'accept: application/json'
-d ''
I am curious if ansible module would already allow that or if changes would needed to be made? in this case that 9.6.7.220258/ would not show up in a get? wasn't sure if plugin checks or not?
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.